React Redux boilerplate built off of bare-minimum-react-hot-rr4-redux by @nganbread.
- Jest
- ESLint (configured with eslint-config-airbnb and eslint-config-prettier)
- Babel Plugins and Presets:
- transform-class-properties
- transform-object-rest-spread
- es-2017 preset (async/await)
- Redux Thunk
- CSS Modules
- Axios
After forking/cloning this repo onto your machine, please run the following commands in your terminal to run the app locally:
$ npm install
$ npm run dev
Go to http://localhost:8080 in your browser. For tests, please run the following command:
$ npm test