This project is a boilerplate for setting up Electron with Webpack and Typescript support.
The target of the boilerplate is to have
In order to use this template you can simply clone it or use the template functionality of GitHub.
Then run npm install
and after all dependencies have been installed use npm start
to run the app in development mode.
Though Webpack is setup with this template you will need to reload the app manually to see the changes of the screens (renderer).
In order to reflect changes in the main process you have to either restart the
build process via npm start
or type rs
in the terminal you started the
build process.
This project is based on the groundwork of
MIT
See License