Prototype for SMART Health Links
Clone the source code:
git clone https://github.com/dvci/shclinks.git
Install dependencies:
npm install
Unit tests can be running using the following npm
command:
npm run test
Note: unit tests cannot be run while simultaneously running the server.
Start up the server at localhost:3000
with npm start
.