Part of the nomoss makers August 2017 health hack
Dependencies:
- node
- angular-cli (npm install -g @angular/cli)
Usage:
Start the node server
cd server
npm install
node app.jsOpen another terminal, navigate to the root of the repository and host the angular app
npm install
ng serveBrowse to http://localhost:4200