š Next.js 13 App Directory, Tailwind CSS and TypeScript ā”ļø Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, VSCode, PostCSS, Tailwind CSS.
Clone this project and use it to create your own Next.js project.
Developer experience first:
Run the following command on your local environment:
git clone https://github.com/muthaiyanmani/nextjs-starter-template.git my-project-name
cd my-project-name
npm install
Then, you can run locally in development mode with live reload:
npm run dev
Open http://localhost:3000 with your favorite browser to see your project.
You can see the results locally in production mode with:
$ npm run build
$ npm run start