Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 527 Bytes

Weather App

A basic weather app.

Demo

Demo

Built with

  • Angular
  • async/await
  • http.get

My way of deploying an Angular project to Github Pages

git branch gh-pages
git checkout gh-pages
git push origin gh-pages (only needed once to initialize branch)
npm install -g angular-cli-ghpages
ng build --prod --base-href https://[username].github.io/[repo]/
sudo chown -R $(whoami) /usr/lib/node_modules/angular-cli-ghpages/
ngh --dir=dist/[project-name]