/karma_server

server for karma

Primary LanguageJavaScript

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