##Introduction
This is a real time image sharing chat application built using Ionic and socket.io. Images can be shared from both the camera and local file system.
##Installation
Note: This is on the assumption that you already have ionic and cordova pre-installed.
- Clone the repo
git clone https://github.com/jaffyadhav/ionic-image-chat.git
- Enter the app directory and enter
ionic state restore
ionic platform add android or ionic platfrom add ios
##Running the application
- Run the server in the server directory
node server
The server is now up and running.
- Go to the app folder and run
ionic serve --lab
- To run it on a emulator
ionic emulate android or ionic emulate ios