This project was part of the Rocketseat event "Edição 5 - Trilha ReactJS Front-end" by Diego Fernandes.
ng build --prod --base-href=/Rocketseat-E5TRJSFE1/
git add -A
git commit -m <tittle> <message>
git push origin <branch>
git subtree push --prefix dist/course origin gh-pages
git push origin `git subtree split --prefix dist/course master`:gh-pages --force