Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 454 Bytes

electron-cra

Electron boilerplate with create-react-app and small changes in webpack with @rescripts for normal work Electron ipcRenderer process

Add boilerplate

git clone --depth 1 --single-branch https://github.com/s0b3ar/electron-cra.git your-project-name
cd your-project-name
yarn

Add new remote

rm -rf .git
git init
git remote add origin git@your-remote

create first commit and push

git push -u origin master