A multi-protocol messenger app for different platforms
This app is built with Grunt and Apache Cordova. All necessary depencies could be received by using npm.
To build the messenger app you have to execute three simple steps:
- Execute npm to get all dependencies:
npm install
- Run grunt to built the source code:
grunt default
- Create an Apache Cordova app (e.g. for Android):
cordova run android