Simple chatroom App built with AngularJS, ExpressJS, Socket.io
- CoffeeScript
- Yeoman ( Including Yo, Bower, Grunt )
- Less for CSS
- CoffeeScript for JS
1 Enter file directory
$ cd App-chatroom
2 Install front-end packages with Bower
$ bower install
3 Install develop and back-end packages with NPM
$ npm install
4 Run mongoDB in new tab (functionality not built yet)
$ mongod
5 Run App with Node
$ node app.js
6 You can run and develop with command
$ grunt server
- CodeSchool - Real-time Web with Node.js - 6 Socket.io