This guide walks you through setting up and running the Reactivities Planner application, both locally and with Docker.
To start the client application:
cd client-app
npm start
cd API
dotnet run
docker build -t dayosql/reactivities .
docker run --rm -it -p 8080:80 dayosql/reactivities