skellock / typescript-with-electron-react-kit

Don't just start your Electron app... TWERKit.
https://skellock.github.io/typescript-with-electron-react-kit
MIT License
145 stars 23 forks source link

♻️ Moves main-window and menu up to src #118

Closed skellock closed 6 years ago

skellock commented 6 years ago

I started writing up some better documentation for ejecting and I realized that main-window and menu will always stay, but views might go. I lifted these up to the src directory now.

That means anything left in views all about the renderer now.

Feels a bit better. I was totally wrong before.