Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 693 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 693 Bytes

Running with Docker (Recommended)

  • 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 the Program Without Docker

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

Built With