/react-redux-cordova-boilerplate

A boilerplate for a Redux-React 'Cordova' application because react native is too new to use in prod. It also has Babel, Webpack and Gulp

Primary LanguageJavaScript

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:8080 to see the app
  • Any changes to src folder will automatically rebuild to www folder

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.