naviapps / create-nw-react-app

Create NW.js React apps with no build configuration.
MIT License
144 stars 14 forks source link

Make live-reload optional #33

Open LeXofLeviafan opened 4 years ago

LeXofLeviafan commented 4 years ago

I.e. allow to run start script without reloading the app when JS sources change.

This is useful when working with external tools that have custom live reload mechanism (like shadow-cljs).