- Have the latest version of Docker installed on your device, and ensure it is running.
- In the root directory of the repository, run:
> docker-compose up
- Then go to localhost:3000 in your browser.
Running client & server concurrently:
> run 'npm i' in tasq/Client
> run 'npm i' in tasq/Backend
> Open Command Prompt
> Navigate into the 'tasq/Backend' directory
> npm run dev