Skip to content

michaelerobertsjr/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 .

About

Learning Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.8%
  • JavaScript 37.7%
  • HTML 19.5%