/uw_chat

Primary LanguageJavaScript

Installation

cd chat and npm install

Running

It is deadly simple. npm start.

Nodemon

If you're fed up with constant node server restarts use npm install -g nodemon. Then run server with nodemon ./bin/www.

Coding

Check out npm run linter as we won't accept code that produces any linter errors.