Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 506 Bytes

MEAN Chat Demo

A simple Socket.IO chat application built on a MEAN stack with help from the Yeoman Angular Fullstack Generator.

Live demo

http://mean-chat.herokuapp.com/

Setup

Run npm install, followed by bower install to grab the dependencies.

Running the app

Run grunt:serve to start the app in development mode, or run grunt server:dist to run it in production mode.

License

MIT