A minimal and flexible Next.js starter template using Next.js v15, React v19, and TypeScript, pre-configured with Tailwind CSS, ESLint, and aliases for a smooth development experience.
To create a new project using this template, follow these steps:
Clone the repository: ```bash git clone https://github.com/naifalhumaidi/nextjs-starter-template.git
Navigate into the project directory:
cd nextjs-starter-template
Install dependencies using pnpm:
pnpm install
Start the development server:
pnpm run dev
Open your browser and go to http://localhost:3000.
Feel free to modify the project structure, add new dependencies, and customize the code as per your requirements. This template is designed to be flexible and easy to adapt.
To customize your Tailwind CSS styles, edit the tailwind.config.js file and add your custom styles in the styles/globals.css file.
You can modify the ESLint rules in the .eslintrc.js file to fit your coding style preferences.
This project is licensed under the MIT License - see the LICENSE file for details.