- clone
reactbranch
- install dependencies
yarn
- change reposity name to
${username}.github.io - change
nameandhomepageinpackage.jsonto your username - checkout then push code to another branch because we will push static html (for deploy to gh-page) to master branch
- build static file and deploy to github page
yarn deploy
- run on local
yarn start
- deploy
yarn deploy