jdx / karma_server

server for karma

Home Page:c5-karma.s3-website-us-east-1.amazonaws.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karma Server

Build Status

A node.js server that powers Karma.

Setup Instructions

Get the server repo and change to its directory:

git clone git@github.com:dickeyxxx/karma_server
cd karma_server

Install dependencies:

npm install -g nodemon
npm install

Start the server:

nodemon app.coffee

Get the client repo:

git clone git@github.com:dickeyxxx/karma_client

Start the local client:

grunt server

Go to http://127.0.0.1:9000/?local=true to enable connecting to your local node instance. Otherwise it will use production.

Running the Tests

Once you've completed the setup running the tests is simple:

npm test

About

server for karma

c5-karma.s3-website-us-east-1.amazonaws.com


Languages

Language:JavaScript 85.3%Language:CSS 10.7%Language:CoffeeScript 3.8%Language:Ruby 0.2%