npm.io
1.0.7 • Published 5 years ago

cra-template-electronapp

Licence
MIT
Version
1.0.7
Deps
0
Size
125 kB
Vulns
0
Weekly
0
Stars
1

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