React + Redux Boilerplate bundled with Rollup
Setup:
npm install
npm install -g rollup
Bundle:
trigger rollup manually:
rollup -c config/rollup.js
or automatically with guard-shell
guard
(you need to gem install guard-shell
before)
TODO:
- add grunt/whatchify other than guard
- add react router