- It's a basic chat-app, integrated with firebase to send messages.
- We can only send and receive text messages.
- It,s not one to one communication app, but you can communicate with anyone who has this app and communicate with it.
- Download the installer for Node.js 6 or greater.
- Install the ionic CLI globally:
npm install -g ionic
- Run
npm install
from the project root. - Run
ionic serve
in a terminal from the project root.
- Make sure that you have attached your device(with USB debugging ON) or have an emulator running for the same
- Type
ionic cordova platform add android/ios
on the command prompt. - After that, type
ionic cordova run android/ios
on the command prompt.