Cordova-react-redux-boilerplate
v0.0.1
Published
A boilerplate including react, redux, react-router, webpack, cordova
Downloads
97
Readme
React, Redux, Ratchet, Cordova boilerplate
What's included
- React
- React router, React redux router
- Redux, Redux Thunk, Redux Logger
- Webpack, Webpack dev server
- Ratchet (scss)
- Cordova
Usage
npm install
to install packages- change config.xml ot match the project information
- remove
http://localhost:3200/
from index.html in production mode
Scripts
- server: runs a local server on localhost:3200
- build:webpack: build webpack modules to production mode
- build:cordova: builds a debug version of android application
- run:cordova: runs cordova debug application on connected device or emulator
- build:cordova:release: builds android application in release mode
License
The project is MIT licensed.