Skip to content

startersacademy/fullstack-project-01

Repository files navigation

Learning Management System for Neukinnis

Stories in Ready Build Status Coverage Status

Requirements

First you need Node.js installed.

Once you have Node.js, you'll need to install the following global dependencies (you may need a sudo in front of this command):

npm install -g casperjs gulp jshint loopback

Installation

Install local dependencies with npm:

npm install

Running the Server

You can run the web server with:

gulp

Testing

Use the following command to run the tests:

gulp test

Run JSHint on your code like this:

jshint .