logorn / kchat_backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KChat frontend

<<<<<<< HEAD Demo: http://kchat.nano-cloud.org/

Demo: http://kchat.nano-cloud.org

Frontend available here: https://github.com/avatsaev/kchat_frontend

86214925afdf246abc2c1e1deeadbf0b1296ee72

Usage

Use Node 7.x with nvm

Grunt and Bower cli's must be installed in global with npm

Gems coffee, sass, and haml must be installed.

Frontend code is in ./app/ folder

Installing

Install frontend dependencies:

bower install

Install backend dependencies:

npm install

Compile everything, start realtime compilation and live reload (see Gruntfile.coffee for more tasks):

grunt

Run:

npm start

Go to http://localhost:3003

About


Languages

Language:CSS 95.7%Language:JavaScript 2.9%Language:HTML 1.5%