Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History

client

<slr>

Service Level Report User Interface

Start API Mock nodejs server

$ cd ../mock
$ npm i
$ npm start

Start Polymer dev server

$ npm run-script mock

Building the App

$ npm build

This will create builds of your application in the build/ directory, optimized to be served in production.

Running Tests

$ npm test