This is a Next.js starter, styled using Tailwind.
I primarly use this starter myself when creating new NextJS projects, but feel free to use and alter it to your own use.
Clone this repository:
git clone https://github.com/techmaus/nextjs-starter-tailwind.git
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run build && npm run start
Open http://localhost:3000 with your browser to see the result.
npm run analyze
- See what ESLint & Prettier can fixnpm run fix
- Run ESLint & Prettier with the --fix
optionTo learn more about Next.js, take a look at the following resources:
To learn more about Tailwind: