Next.js + Tailwind CSS + TypeScript starter with useful development features and configurations.
This repository includes the following features:
- Typescript
- Next.js 14 with App router
- Tailwind CSS
- ESLint -- find and fix problems in your code
- Prettier -- code formatter
- Husky -- pre-commit hooks
- Lint-staged -- run linters against staged git files
-
Clone the repository
-
Install dependencies
yarn install
- Start the development server
yarn dev
- Open http://localhost:3000 with your browser to see the result.