Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 325 Bytes

File metadata and controls

20 lines (14 loc) · 325 Bytes

Electron Forge Template about react、webpack and typescript

Installation

npm i @yu-chen/electron-forge-template-react-webpack -- global

Using template

npm init electron-app@latest my-app -- --template=@yu-chen/electron-forge-template-react-webpack

Starting your app

cd my-app
npm start