Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 925 Bytes

File metadata and controls

44 lines (27 loc) · 925 Bytes

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