Electron.NET-React-Typescript-MobX
Electron.NET-React-Typescript-MobX copied to clipboard
Suggestion for hot loading
you might look at how I got hot loading working on my Electron Angular Template. It is a bit hacky but it does work. I had to change my webpack to output to two locations and added some code the the startup to reload the app when new files where dropped in. If you can find a cleaner way of doing it let me know so I can add it to my project.