Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 673 Bytes

File metadata and controls

26 lines (20 loc) · 673 Bytes

Falcon

falcon

How to run the application (with monitoring) recomended

  $ docker compose -f docker-compose-dev.yml up --no-deps --build --force-recreate

when the logs in the terminal show the following message, the application is ready to be used

frontend-1       |  INFO  Accepting connections at http://0.0.0.0:4200

falcon

How to run the application (without monitoring)

  $ docker compose up --build --force-recreate

Set up for development

Setup backend

Link readme backend

Setup frontend

Link readme frontend