This is a Next.js project bootstrapped with
create-next-app
.
This is the Next.js boilerplate I use for the most of my projects. It contains the following conventions/features:
- Fully written in Typescript
- Unit testing with Jest & React Testing Library
- Code formatting with Prettier
- Git hooks with Husky
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.