Starting point for react-redux
based application.
react
redux
sass
css-modules
webpack
eslint
flowtype
jest
enzyme
- precommit checks:
- eslint
- sass-lint
- flow
- unit tests
- clone repo
- install:
npm run install
cp webpack/config/dev.webpack.example.js webpack/config/dev.webpack.js
- run:
npm serve
ornpm serve -- --port [PORT]
See user guide for organizing and developing react-redux
app.
webpack/config/dev.webpack.js
is under .gitignore
so can be fully adjusted to local development needs.
See issues and todos.