Build a Desktop Application with Angular and Electron

Matt Raible

You don’t need Angular. You can do it with React too. You can probably even use plain ol’ JavaScript without a framework.

I’m not sure Electron will fulfill your requirement. I would recommend thinking of Electron as a distribution mechanism. If you want to make sure everyone uses the same browser for your app, wrapping your app with Electron is one way to do it.