Template for a React app with Typescript, CSS loader (SASS), Prettier and Jest.
yarnyarn devyarn buildThis will create production artifacts in /dist. You can serve it using serve:
serve -S /distyarn testIf you want to watch tests change
yarn test:devTo create a coverage report:
yarn test:coverage