Skip to content

robwormald/angularSailsMobileChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chat room app built with Cordova, Ionic and angularSails

Resources

License

Stars

Watchers

Forks

Packages

No packages published