Bootstrap a developer-friendly NextJS app configured with:
- Typescript
- Linting with ESLint
- Formatting with Prettier
- Linting and formatting by default using
husky
for commit hooks - Data fetching with react-query
- Testing with Cypress
- Deployment with Vercel
Preview the example live here.
Install dependencies:
yarn install
Start dev server with:
yarn dev
// this will run cypress headless
yarn test
// if you want to open cypress, then use
yarn cy:open