riot-redux-example
riot-redux-example copied to clipboard
Riot.js example app with Redux and Webpack
Riot.js example app with Redux
Install
npm install
npm install -g http-server
npm install -g json-server
Run
For production:
npm run build
json-server db.json
http-server .
For development:
npm run dev
json-server db.json