A minimal electron starter template
(1) Download this template by
- with
githistory
git clone https://github.com/WilliamCodeBox/minimal-electron-starter.git <name-of-your-project>- or without
githistory
degit WilliamCodeBox/minimal-electron-starter <name-of-your-project>(2) install the dependencies
cd <name-of-your-project>
yarn install
yarn dev