terry-use-loading-demo
v1.0.5
Published
use 'reuse-component-boilerplate' boilerplate to quickly build a react component!!
Downloads
3
Readme
Usage
Clone the boilerplate
$ git clone https://github.com/TerryLee7788/reuse-component-boilerplate.git component-name
Go to your folder
$ cd component-name
Remove the old git repository history/logs
$ rm -rf .git
Initialize new git repository
$ git init
Stage All files
$ git add .
Start your first commit
$ git commit -am "Init"