A modern, production-ready template featuring Next.js 14, React, TypeScript, and Tailwind CSS.
Clone this repository:
git clone <your-repo-url>
cd next-tailwind-template
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
next-tailwind-template/
āāā src/
ā āāā app/ # App router directory
ā āāā components/ # React components
ā āāā styles/ # Global styles
āāā public/ # Static assets
āāā tailwind.config.ts # Tailwind CSS configuration
āāā tsconfig.json # TypeScript configuration
āāā package.json # Project dependencies
npm run dev
- Start development servernpm run build
- Build production bundlenpm run start
- Start production servernpm run lint
- Run ESLintTo learn more about the technologies used in this template:
This project is licensed under the MIT License.