Skip to content

React Starter Kit With cordova(react router redux webpack babel cordova)

Notifications You must be signed in to change notification settings

sujkh85/react-cordova

Repository files navigation

#React Starter Kit With Cordova

react-router-webpack-babel-redux

Simple React Starter Kit github source

cordova

web app framework cordova

To run

  • You'll need to have git and node installed in your system.

  • mac need xcode install

  • cordova install

sudo npm i cordova -g
  • cordova add platform ios
cordova platform add ios --save
  • cordova add platform android
cordova platform add android --save
  • Then install the dependencies:
npm i
  • Run development server:
npm run start
npm run dev

Open the web browser to http://localhost:8888/

To build the production package

npm run build

To build the production for cordova ios

npm run ibuild

To build the production for cordova android

npm run abuild

show emulate ios

npm run iemul

show emulate android

npm run aemul

cordova emulate more Information(ios and android)

(cordova)[http://cordova.apache.org/docs/en/latest/guide/cli/index.html]

About

React Starter Kit With cordova(react router redux webpack babel cordova)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published