First run the following command to install all dependencies
- npm install
The following command will compile the JS Modules
- npm run webserver
The application can then be seen on http://localhost:8080
Unit tests were writen with mocha and chai.
They can be viewed in the browser by browsing to http://localhost:8080/testRunner.html