react-redux-cordova-boilerplate
A boilerplate for a Redux-React Cordova application using Babel, Webpack and Gulp.
Development
- Run
npm install - Run
npm run dev - Go to
localhost:8080to see the app - Any changes to
srcfolder will automatically rebuild towwwfolder
Test
- Run
npm run test
Directory
- scripts/: All your build scripts
- src/: All your source code
Cordova Build
Android
- Run
npm run build:android - Project will be build inside '.cordova' directory.
iOS
- Run
npm run build:ios - Project will be build inside '.cordova' directory.