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
- Host: GitHub
- URL: https://github.com/roylee0704/redux-boilerplate
- Owner: roylee0704
- Created: 2015-10-14T08:32:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T09:40:58.000Z (over 9 years ago)
- Last Synced: 2024-12-27T23:09:29.411Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsbut 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.