2020-04-19 14:41:12 +03:00
|
|
|
|
2020-04-20 03:15:19 +03:00
|
|
|
## Getting started in dev, with node and web pack watchers
|
|
|
|
git clone https://github.com/microsoft-healthcare-madison/did-siop-vc
|
|
|
|
cd did-siop-vc
|
|
|
|
git clone https://github.com/decentralized-identity/sidetree
|
|
|
|
npm install
|
2020-05-04 22:44:04 +03:00
|
|
|
|
|
|
|
export SERVER_BASE=http://localhost:8080/api
|
2020-04-20 03:15:19 +03:00
|
|
|
npm run dev-ui # Terminal 1
|
|
|
|
npm run dev # Terminal 2
|
|
|
|
|
|
|
|
|
2020-05-04 22:44:04 +03:00
|
|
|
|
2020-04-20 03:15:19 +03:00
|
|
|
## Build and run
|
|
|
|
npm run build-ui
|
|
|
|
npm run build
|
2020-05-04 22:44:04 +03:00
|
|
|
|
|
|
|
export SERVER_BASE=http://localhost:8080/api
|
2020-04-20 03:15:19 +03:00
|
|
|
npm run start
|