Electron basic template with built-in rendering end using React framework
- Clone the repo
git clone https://github.com/list12318/Electron-React.git
- Install packages
cd Electron-React
npm install
cd app
npm install
- Run using command:
cd Electron-React
npm start
cd app
npm run start-electron
cd Electron-React
npm run build
- Windows
cd app
npm run build:windows
- Linux
cd app
npm run build:linux