-
Notifications
You must be signed in to change notification settings - Fork 0
Project Commands
Before the app can be started in development mode, it first must compile the Typescript sourcecode for the electron main process and the preload script into executable Javascript code.
This is done via the npm:prestart script in the package.json.
After the compilation in prestart is done, there are two npm scripts started concurrently, the npm:start:main and the npm:start:renderer.
If one of the processes stops, the other process with be stopped, too.
This two processes start the webpack development server from react-scripts and the electron app.
Generate a repository based on electron-react-boilerplate
Developed and maintained by fliegwerk: https://www.fliegwerk.com
If you use this boilerplate, please consider using its badge in your README.md:
Using
[](https://github.com/fliegwerk/electron-react-boilerplate)in your README.md file.