Skip to content

Latest commit

 

History

History
 
 

Ionic-Chatroom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Real-time Mobile Chat

A simple Chat Room app with Ionic, Firebase, AngularJS, and Cordova.

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