Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 542 Bytes

File metadata and controls

17 lines (13 loc) · 542 Bytes

Simple Privcloud Demo App

This is the simple React demo application that uses Privcloud apis for record list and record details. You can find the source code here and can also find the api definitions here

Installation

  1. Install dependencies
    cd privcloud-portal
    npm install
  2. Run the server and open http://localhost:3000 to view it in the browser.
    npm run server