Project is experiment on chat application having all the basic functionality.
This template does not work on its own. You need to install all the developer dependency.
- First you need to clone this project.
$ git clone https://github.com/barthwal/schat.git
- Go to project folder and install all dependency.
$ cd schat $ npm install
- If everything goes well, then add platform
$ ionic cordova platform add ios $ ionic cordova run ios
Substitute ios for android if not on a Mac.