Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 348 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 348 Bytes

node-chat

Installing:

Tested node version: v0.8.7

npm install

In case you still don't have nodemon:

npm install -g nodemon

Install bower components:

bower install

Start the server by running:

script/server

If you don't want to use nodemon, just start the server by running:

node app.js