cra-template-electronapp
v1.0.7
Published
Create React App Template for Electronjs
Downloads
3
Readme
cra-template-electronapp
Requirements
You must have yarn installed. Install instructions
wine: only for linux or macOS Install instructions for wine
git bash: only for windows Install instruction for git bash
How To Install
yarn
yarn create react-app <app-name> --template electronapp
npm
npm init react-app <app-name> --template electronapp
npx
npx create-react-app <app-name> --template electronapp
global
If create-react-app is installed globally on your computer you can use this command:
create-react -app <app-name> --template electronapp
Usage
Navigate to the src folder after running create-react-app then run the setup script
bash setup.sh
Credits
This react template is based upon the following repository