create-react-app to GitHub repo
$ cd d3vinc-playground
$ create-react-app github-crud
$ cd github-crud
$ gh repo create d3vinc-playground/github-crud --confirm --public
$ git push -u origin master
$ yarn start
$ cd d3vinc-playground
$ create-react-app github-crud
$ cd github-crud
$ gh repo create d3vinc-playground/github-crud --confirm --public
$ git push -u origin master
$ yarn start