Skip to content

Latest commit

 

History

History

therr-client-web-dashboard

therr-client-web-dashboard

Run therr-client-web-dashboard locally

  1. Make sure you have installed Redis and set up the database.
  2. Run the therr-users-service, therr-websocket-service and therr-api-gateway. Each microservice has it's own package.json with start scripts. We can simply build with npm run build:watch then run npm run start.
  3. Lastly run therr-client-web-dashboard with npm run start.
  4. Dashboard will be live on http://localhost:7071/.

WIPs