An open API service indexing awesome lists of open source software.

https://github.com/justforuse/angular-deploy

angular-cli-ghpages demo
https://github.com/justforuse/angular-deploy

Last synced: 12 months ago
JSON representation

angular-cli-ghpages demo

Awesome Lists containing this project

README

          

# angular-deploy
angular-cli-ghpages [demo](https://justforuse.github.io/angular-deploy/)

1. create new github repository
2. use angular-cli to create new angular project
3. run `ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"`
4.
```
git init
git remote add origin https://github.com/USERNAME/REPOSITORY.git
```
5. `ngh`