https://github.com/layzeedk/github-actions-angular
Angular workspace generated using the Angular CLI with a GitHub Actions CI workflow.
https://github.com/layzeedk/github-actions-angular
Last synced: over 1 year ago
JSON representation
Angular workspace generated using the Angular CLI with a GitHub Actions CI workflow.
- Host: GitHub
- URL: https://github.com/layzeedk/github-actions-angular
- Owner: LayZeeDK
- Created: 2021-05-19T12:02:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T20:16:38.000Z (over 4 years ago)
- Last Synced: 2025-01-09T19:47:44.163Z (over 1 year ago)
- Language: HTML
- Size: 617 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular CLI workspace using GitHub Actions
Angular app generated using the Angular CLI.
# Generate workspace
```powershell
ng new github-actions-angular --package-manager=yarn --no-routing --style=css
```