A boilerplate for a Redux-React Cordova application using Babel, Webpack and Gulp
- Run
npm install - Run
npm run dev - Go to
localhost:8080to see the app - Any changes to
srcfolder will automatically rebuild towwwfolder
- 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.