A simple Socket.IO chat application built on a MEAN stack with help from the Yeoman Angular Fullstack Generator.
http://mean-chat.herokuapp.com/
Run npm install
, followed by bower install
to grab the dependencies.
Run grunt:serve
to start the app in development mode, or run grunt server:dist
to run it in production mode.
MIT