kunagpal / done-chat

An elementary chat application built with done.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Issue Count

done-chat

An elementary chat application built with done.js Hosted here

Getting started

To install all dependencies, run npm install donejs -g && npm install

Tests can be run with donejs test

Development mode can be started with donejs develop

To build the application into a production bundle run donejs build

In Unix environment the production application can be started like this:

NODE_ENV=production npm start

About

An elementary chat application built with done.js

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 59.0%Language:HTML 32.0%Language:CSS 9.1%