UniBO-PRISMLab / wam

WoT Application Manager - a command line interface to build a Web of Things application for https://github.com/eclipse/thingweb.node-wot
MIT License
15 stars 4 forks source link

start:dev in package.json #21

Closed lukesmolo closed 3 years ago

lukesmolo commented 3 years ago

I think it would be a nice feature to add a start:dev command in the package.json for automatically re-compiling the source code after a modification.

relu91 commented 3 years ago

Great idea, I took the nest approach, which basically has the default start script with the build step + a production start script. Please review the PR 😃