Clone this repo
git clone https://github.com/jkuri/ionic2-rxjs-socketio-chat.git
cd ionic2-rxjs-socketio-chatInstall server dependencies and run the server. Note that the server must be running for application to work.
cd server
npm install
node server.js # run the serverThen install app dependencies.
cd app
npm install
ionic serve # run the app in browserThen open another browser and navigate to http://localhost:8100 or emulate app on device.
Emulate app on iOS (Mac OSX required)
ionic platfrom add ios
ionic ios runEmulate app on Android
ionic platform add android
ionic run androidThis project is licensed under the MIT license. See the LICENSE file for more info.
