- ESLint
- Prettier
- Editor config
- Jest
- Build/Lint
- Unit tests
- Code quality
- Use this repository as a template
- Clone the new repository
- Install dependencies:
yarn install
- Run server:
yarn dev
- Generate build:
yarn build
- Unit tests:
yarn test
- ESLint:
yarn lint