Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 484 Bytes

SmartOnFHIRClientDemo

Setup

Install Node v8.9.1 or later and place its bin directory into your path. Be sure to include the npm library manager.

https://nodejs.org/en/download/

Install SmartOnFHIRClientDemo libs

cd SmartOnFHIRClientDemo/ npm install

Development server

Run npm start for a dev server. Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.

Prod Build

npm build or npm run-script build