This repository is React/Redux boilerplate using TypeScript.
- Language: typescript
- View Framework: react
- State Management: redux
- Compiler: babel
- Module Bundler: webpack
- Linter: eslint
- Formatter: prettier
yarn install
yarn build # build and type check
yarn dev # run webpack-dev-server
yarn lint:script
yarn lint:style
yarn lint # both of the above
yarn build:prod