logorn / kchat_frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KChat frontend

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

Backend available here: https://github.com/avatsaev/kchat_backend

Usage

Use Node 6.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:JavaScript 92.7%Language:CSS 6.6%Language:CoffeeScript 0.5%Language:HTML 0.2%