Skip to content

karkh/electron-cra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Electron boilerplate with create react app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published