- Sass modules
- Added mixin with default breakpoints
- ESLint
- Stylelint
- Prettier
- Editor config
- Cypress
- Jest
- Testing library
- Build/Lint
- Unit tests
- E2E 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 - Run server:
yarn start
- Unit tests:
yarn jest - E2E tests (the local server should is running):
yarn cy:run
- ESLint:
yarn eslint - Stylelint:
yarn stylelint - Both:
yarn lint