parcel-bundler / awesome-parcel

🔗 A curated list of awesome Parcel resources, libraries, tools and boilerplates
1.39k stars 88 forks source link

Electron example #21

Closed reed-jones closed 6 years ago

reed-jones commented 6 years ago

electron-parcel-template is a small example/template of a setup electron app, with hot reloading and all of parcels goodness.

DeMoorJasper commented 6 years ago

Parcel has an API for calling a build inside JS. Might be intresting to use that instead of execa in your example

reed-jones commented 6 years ago

That's a good idea, thanks. I'll see if i can get that working :)

reed-jones commented 6 years ago

I can't seem to start the HMR/development server using the API, so for the time being I guess I will leave execa in place.

DeMoorJasper commented 6 years ago

Closing due to inactivity