Template for a React app with Typescript, CSS loader (SASS), Prettier and Jest.
yarn
yarn dev
yarn build
This will create production artifacts in /dist
. You can serve it using serve
:
serve -S /dist
yarn test
If you want to watch tests change
yarn test:dev
To create a coverage
report:
yarn test:coverage