mwarzynski / uw_chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 92.0%Language:CSS 7.4%Language:HTML 0.6%