1.0.7 • Published 6 years ago

cra-template-electronapp v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago