Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.15 KB

README.md

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