An open API service indexing awesome lists of open source software.

https://github.com/roylee0704/redux-boilerplate

Redux skeleton with Webpack build, JSX, ES6, and hot update loaders
https://github.com/roylee0704/redux-boilerplate

Last synced: 2 months ago
JSON representation

Redux skeleton with Webpack build, JSX, ES6, and hot update loaders

Awesome Lists containing this project

README

        

# redux-boilerplate

A Redux boilerplate that enables seamless development workflow for React+Redux+Es6+HotLoader.

## Install & Run
1. `npm install`
2. `npm start` to kick-start `node-express` server. (hot-loader will be running as well)

## Note
Hot-loader will not auto-refresh changes made at:
- index.html
- index.js

but only on `React Components`, i.e: `containers/App.js`.

Hence, if you see the following warnings: `The following modules couldn't be hot updated: (Full reload needed)`,
reload the page yourself.