Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 764 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 764 Bytes

Sprint Retrospective

This is the frontend of the sprintretro.app application for collaborating on sprint retrospectives.

The frontend talks to an API and a websocket server component.

Running locally

In order to run the application and all its backend components locally...

  1. Ensure you are using Node.js 15
  2. npm install
    • If you ran npm install before switching to Node.js 15, blow away the node_modules folder and run npm install again.
  3. Run ./dev.sh
    • This script will build Docker images for (frontend and backend) components, and start a dev server for the frontend.