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
- Host: GitHub
- URL: https://github.com/justforuse/angular-deploy
- Owner: justforuse
- Created: 2017-10-16T03:56:41.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-10-16T15:06:18.000Z (over 8 years ago)
- Last Synced: 2025-01-16T06:23:05.732Z (about 1 year ago)
- Language: HTML
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`