Skip to content

ReactJS + Cordova boilerplate for creating mobile apps

Notifications You must be signed in to change notification settings

mcarlucci/redova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Redova is a bare-bones ReactJS + Cordova boilerplate to get you started creating awesome mobile apps quickly.

Setup

npm install -g jspm
npm install -g cordova
npm install -g stylus
npm install
jspm install
cordova prepare

Add Platforms

  • cordova platform add ios
  • cordova platform add android

Run

To run in a web browser:

cordova run browser

To run in an iOS simulator (xcode is required):

cordova build ios
cordova emulate ios

To run in an android simulator:

cordova build android
cordova emulate android

About

ReactJS + Cordova boilerplate for creating mobile apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published