Starter template for a clean Next.js + TypeScript + ESLint + Tailwind CSS project
- ESLint and Prettier are integrated with VSCode to fix and format code on save(Need ESlint and prettier VSCode plugins)
- TypeScript types are checked before each commit
- Tailwind CSS is a utility-first CSS framework, you can build your website even fast.
# Install dependencies
$ yarn install
# Enable husky
$ yarn prepare
# Start dev server
$ yarn dev