=====================================
Welcome to the NextJS Starter UIKit For LUXIMA.ID! This project is designed to provide a solid foundation for building fast, scalable, and maintainable web applications using Next.js.
git clone https://github.com/luxima-id/nextjs-starter-uikit.git
cd nextjs-starteruikit
npm install
or
yarn install
npm run dev
or
yarn dev
http://localhost:3000
to see the application in
action.The project is organized into the following directories:
app/
: This is the main application directory.components/
: Reusable React components that can be used throughout the application.config/
: Configuration files for the application.context/
: This directory contains the context API for the application.hooks/
: This directory contains custom React hooks that can be used throughout the application.public/
: Static assets such as images, fonts, and other media.lib/
: Utility functions and classes that can be used throughout the application.types/
: TypeScript type definitions for the application.The project boasts the following features:
To customize the application, you can modify the following files and directories:
app/globals.css
: Global CSS styles for the application.components/
: Reusable React components that can be customized to suit your needs.This project is licensed under the MIT License. See the LICENSE file for more information.