A new profile was added to the docker manage script to support Angular hot-reloading during development. To run the application in development mode, simply execute ./manage start-dev, and dFlow and all the supporting containers will be built and started. The application will be served on http://localhost:5050
This addresses #172
A new profile was added to the docker
manage
script to support Angular hot-reloading during development. To run the application in development mode, simply execute./manage start-dev
, and dFlow and all the supporting containers will be built and started. The application will be served onhttp://localhost:5050