Skip to content

UWFlow/uwflow_frontend

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages