A React App template written in Typescript with Jest, ESLint, and VSCode configurations.
More info on using GitHub templates.
yarnyarn startSee full command list.
yarn startyarn build# lint code with ESLint
yarn lint
# try to fix ESLint errors
yarn lint:fixNote: The VSCode settings and recommended extensions should format code on save.
# run all tests with Jest
yarn test
# run all tests and watch for changes
yarn test:watch
# output coverage report
yarn test:cov
