Skip to content

Latest commit

Β 

History

History
32 lines (21 loc) Β· 1.15 KB

File metadata and controls

32 lines (21 loc) Β· 1.15 KB

UW Flow 2.0 Frontend

CircleCI

βš™οΈ Frontend Setup βš™

  1. yarn install to install dependencies
  2. yarn start to run the server locally at localhost:3000

🎬 Building for Production 🎬

  1. yarn lint to check that there are no linter errors, otherwise the site will not compile
  2. yarn build to create a new production build in the build folder

🌐 Interacting with the Backend 🌐

  • Run the backend Docker containers, which should start the GraphQL server at localhost:8080 and the API server at localhost:8081

πŸ“š Documentation πŸ“š

Important External Docs