Note
Please use the hummingbird-elementary integration package when using Elementary with Hummingbird.
Run the app and open http://localhost:8080 in the browser
swift run App
The swift-dev
script auto-reloads open browser tabs on source file changes.
It is using watchexec and browsersync.
Use homebrew and npm to install the following (tested on macOS):
npm install -g browser-sync
brew install watchexec
This will watch all swift files in the demo package, build on-demand, and re-sync the browser page
./swift-dev