Install instructions: (requires hub
installed, aliased as git
)
git clone [email protected]:jchlu/boilerplate-react-app.git NEW_PROJECT-NAME && cd $_
git create -p $_
(remove-p
if repo doesn't need to be private)git remote set-url origin [email protected]:jchlu/$(basename $PWD).git
git push -u origin master
yarn install
yarn run serve