Boilerplate and Starter for Next.js , Tailwind CSS 3 and TypeScript with ESLint , Prettier , Husky , Lint-Staged.
To run this project, first download or clone this repo
// Install dependencies
npm install
// Run in development mode
npm run dev
// Build
npm run build
// Start Build site
// npm start