- Next.js
- TypeScript
- MongoDB
- Sass
- ESLint
- Prettier
- Husky
- Commitlint
- Jest
- Click the
Use this template
button. - Create a new repository.
- Clone the repository.
- Install dependencies.
yarn
- Start development server.
yarn dev
# Run the app in the development mode.
yarn dev
# Run the test watcher in an interactive mode.
yarn test:watch
# Builds the app for production to the build folder.
yarn build
# Runs the built app in production mode.
yarn start
# Lints and fixes files.
yarn lint
# Formats files.
yarn format