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

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

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/)