Skip to content

ginsleepy/ionic-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Emulate app on iOS (Mac OSX required)

ionic platfrom add ios
ionic ios run

Emulate app on Android

ionic platform add android
ionic run android

Inspired By

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

Licence

This project is licensed under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 50.4%
  • CSS 18.4%
  • HTML 16.6%
  • JavaScript 14.6%