TL;DR: Yes, but it's limping badly.
Now that I've created the angular app, I wanted to find out if I could develop an Electron app without actually adding the Electron dependency yet. My naive findings are:
- You can develop any ui-related bit
- I could not implement actual business logic. This is due to the fat that browsers don't have access to some things like
fs
. - If you want to add more functionality (e.g. debug vs release options), you need webpack.
Member discussion: