/electron-cra

Electron boilerplate with create react app

Primary LanguageJavaScriptMIT LicenseMIT

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