https://github.com/ahsansoftengineer/angular-template
Static Angular Template Deployed
https://github.com/ahsansoftengineer/angular-template
angular live static template
Last synced: about 1 month ago
JSON representation
Static Angular Template Deployed
- Host: GitHub
- URL: https://github.com/ahsansoftengineer/angular-template
- Owner: ahsansoftengineer
- Created: 2022-12-14T09:14:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T09:25:43.000Z (about 3 years ago)
- Last Synced: 2025-10-06T00:57:43.304Z (6 months ago)
- Topics: angular, live, static, template
- Language: HTML
- Homepage:
- Size: 338 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ANGULAR STATIC DEPLOYEMENT](#)
1. Build your Angular App using npm run build
2. Create a GitHub Repository that meets the name of package.json file
```json
{
"name": "angular-template",
"version": "0.0.0",
...
}
```
3. Copy Paste build file from dist folder to the newly created repo and then push it
4. On Github Your Repository > Settings > Pages
- Set Branch to "main"
- Folder to "root"
- and then Save it > After few seconds you will see
- [Your site is live at](https://ahsansoftengineer.github.io/angular-template/)