Skip to content

Latest commit

 

History

History
 
 

Ionic-seed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ionic Seed

The perfect starting point for an Ionic Firebase project.

Install libraries

npm install -g ionic

Running as a local website (for testing)

cd www
python -m SimpleHTTPServer 8000

Running the emulator

npm install -g ios-sim
cordova emulate
cordova emulate ios    
cordova emulate android    

Running on the device

npm install -g ios-deploy
cordova run
cordova run ios 
cordova run android

Resources