Backup Service UI
Building in Angular
Developing in VSCode
Steps to Setup
- Created baseline GitHub project at: LeeWhite187/OGA.Backups.WebUI
- Checked out GH project to baseline folder at: "c:\Projects\OGA.Backups.WebUI gh"
- Created subfolder for UI development at: "c:\Projects\OGA.Backups.WebUI gh\OGA.Backups.WebUI"
This will hold the dev workspace folder, assets folder, and others as necessary. - Created an Angular monorepo workspace with this:
ng new dev-workspace --create-application=false
The above command created a subfolder called: dev-workspace, and populated it with a baseline Angular monorepo.
See this article for what a monorepo is and provides: