Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 827 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 827 Bytes

electron-create-react-app

Boilerplate linking electron with create-react-app.

Many things were shamelessly copied from here. See this article for very good background information.

Usage

Run tests:

npm test

Run in dev mode:

npm run electron-dev

Build:

npm run build

Package:

npm run electron-pack

Copyright and license

Copyright 2017, Matthias Munder.
Licensed under the MIT license.

js-standard-style