Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 401 Bytes

File metadata and controls

16 lines (13 loc) · 401 Bytes

Platform Web App for UI reference

Environment setup

  1. setup your backend services
  2. clone this repo.
  3. run yarn in the project root.
  4. add a .env file, and include the following
VITE_DEV_SERVER_URL=http://localhost:3000/graphql

Start developing work

  1. run yarn dev and have fun

Note:

Please checkout to branch/for-web-ui-temp for platform-api when running the server