Basic getting started boilerplate with React + Redux + Typescript and material-ui framework + ESLint
$ yarn
$ yarn start
# run test with coverage
$ yarn test
# run test in watch file mode
$ yarn test:watch
# check linter
$ yarn lint:check
This project was generated with create-react-app