Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 441 Bytes

File metadata and controls

27 lines (18 loc) · 441 Bytes

minimal-electron-starter

A minimal electron starter template

How to Use

(1) Download this template by

  • with git history
git clone https://github.com/WilliamCodeBox/minimal-electron-starter.git <name-of-your-project>
  • or without git history
degit WilliamCodeBox/minimal-electron-starter <name-of-your-project>

(2) install the dependencies

cd <name-of-your-project>
yarn install
yarn dev