0.0.2 • Published 3 years ago

d8e-app v0.0.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn package

Electron react boilerplate docs

See our docs and guides here