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