Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 225 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 225 Bytes

basic-chat

For development,

npm i && bower i
gulp

Make sure to run,

gulp compress

before committing public/js/app.js.

To just run it,

npm i --production && bower i
npm start

Hosted on port 3000.