Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 452 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 452 Bytes

shclinks

Prototype for SMART Health Links

Local Installation

Clone the source code:

git clone https://github.com/dvci/shclinks.git

Install dependencies:

npm install

Testing

Unit tests can be running using the following npm command:

npm run test

Note: unit tests cannot be run while simultaneously running the server.

Running the Server

Start up the server at localhost:3000 with npm start.