- React 18
- Webpack 5
- Emotion
- Typescript
- First use
yarn install
. If you don't want to use yarn you can remove theyarn.lock
file and then usenpm install
yarn start
will watch files and start a local dev serveryarn build
. The name says it all :)yarn test
for Jest to start.yarn test --watch
to start watching file changesyarn test --coverage
if you want to generate a coverage report. This report will be saved inside.reports
folder.
We are using react-testing-library
Simple and complete React DOM testing utilities that encourage good testing practices.
- Husky and Lintstage (with Commitizen)