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.
In order to run the application and all its backend components locally...
- Ensure you are using Node.js 15
npm install
- If you ran
npm install
before switching to Node.js 15, blow away thenode_modules
folder and runnpm install
again.
- If you ran
- Run
./dev.sh
- This script will build Docker images for (frontend and backend) components, and start a dev server for the frontend.