Skip to content

diyews/electron-angular

Repository files navigation

Electron-angular

CircleCI

Electron(v13) with Angular(v12) quick starter.

Feature

  • Main process auto restart
  • Render hot reload (partial tested)
  • file:/// instead http:// in development mode

Quick start

Run npm i.

Render:

$ npm run start:render (or `npm run hmr` for hot reload)

Main:

$ npm run start (`serve` for auto reload)

Packaging

$ npm run prod  # First pack render

$ npm run dist  # Then pack app

FAQs

  • How does the electron work with file:/// in dev mode?

    Add script, style tag in index.html that served by dev serve manually.

License

MIT

About

Electron with angular quick starter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published