Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 483 Bytes

Reactivities Planner

This guide walks you through setting up and running the Reactivities Planner application, both locally and with Docker.

Getting Started

1. Start the Client Application

To start the client application:

cd client-app
npm start

2. Start the Server

cd API
dotnet run

Optional: Running the Application with Docker

docker build -t dayosql/reactivities .

docker run --rm -it -p 8080:80 dayosql/reactivities