Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 513 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 513 Bytes

ionic2-rxjs-socketio-chat

Install & Run

Clone this repo

Install 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 server

Then install app dependencies.

cd app
npm install
ionic serve # run the app in browser

Then open another browser and navigate to http://localhost:8100 or emulate app on device.

updated from

https://github.com/jkuri/ionic2-rxjs-socketio-chat.git