Skip to content

Latest commit

 

History

History
35 lines (15 loc) · 525 Bytes

File metadata and controls

35 lines (15 loc) · 525 Bytes

Course Planner

A webapp for planning which courses to take and which year to take them in.

Development Live Server (takes a minute to load): http://course-planner-kevin.herokuapp.com/

Setup

Get npm dependencies

npm install

Get Karma CI

npm install -g karma-cli

Tests

Run Tests

karma start

Add Tests

Go to test/ folder.

Add a js file like so nameOfFileSpec.js. Always have Spec at the end of the file.