Recommend to use as a template.
- Clone this repo using
git clone --depth=1 https://github.com/hey3/starter-for-react-with-redux <YOUR_PROJECT_NAME> - Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>. - Run
yarnin order to install dependencies. At this point you can runyarn start:localto see the example app
https://github.com/hey3/starter-for-react
This application make active usage of
- React
- Redux
- Redux-Saga
- TypeScript
- webpack
- Babel
- Styled-Components
- ESLint
- stylelint
- Jest
- Prettier
- StoryBook
- husky
- lint-staged
- fixpack
- yarn
Kohei Oyama (a.k.a hey3)