Skip to content

bangbaew/dart-hot-reload-docker-with-conduit-4.3.7-boilerplate

Repository files navigation

Dart Live Reload on Docker using Denon with Conduit installed

How

I already made things simple, just double click on compose up.command (macOS) or compose up.bat (Windows), wait for pulling to complete, edit a *.dart file and press Ctrl+S, the program will reload automatically, see the effects on Docker container logs, you can customise your own denon configuration in scripts.json

Running the Application Locally

Run conduit serve from this directory to run the application. For running within an IDE, run bin/main.dart. By default, a configuration file named config.yaml will be used.

To generate a SwaggerUI client, run conduit document client.

Running Application Tests

To run all tests for this application, run the following in this directory:

pub run test

The default configuration file used when testing is config.src.yaml. This file should be checked into version control. It also the template for configuration files used in deployment.

Deploying an Application

See the documentation for Deployment.