pbarbiero / basic-electron-react-boilerplate

Minimal and modern react+electron+webpack boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where does index.html come from?

ablakey opened this issue · comments

Forgive my ignorance but I'm trying to reverse this boilerplate to better understand what's going on.

Where does index.html come from?

I'm not new to React but am pretty new to Electron, so maybe there's some magic I'm not aware of?

That comes from the webpack plugin html-webpack-plugin -- nothing to do with Electron.