BionicFramework / BionicCLI

Bionic Framework CLI - Ionic Framework CLI clone to build and deploy PWAs and Mobile Apps using Blazor
MIT License
58 stars 4 forks source link

Improve Bionic Serve Command #14

Open bmsantos opened 6 years ago

bmsantos commented 6 years ago

Update Bionic Serve to make use of Bionic Monitor.

Bionic serve currently makes use of dotnet watcher to detect changes and auto-build project.

Possible Command Usage for new command strategies:

  1. Build and run project a single time bionic run

  2. Build on changes bionic serve

  3. Build and reload on changes bionic monitor