1.0.7 • Published 5 years ago

cra-template-electronapp v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago