https://github.com/fabiangosebrink/angular-libraries
Samples for my Pluralsight course "Structuring Angular Applications with Angular Libraries"
https://github.com/fabiangosebrink/angular-libraries
Last synced: 2 months ago
JSON representation
Samples for my Pluralsight course "Structuring Angular Applications with Angular Libraries"
- Host: GitHub
- URL: https://github.com/fabiangosebrink/angular-libraries
- Owner: FabianGosebrink
- Created: 2019-01-06T13:42:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T20:34:13.000Z (over 4 years ago)
- Last Synced: 2025-03-09T23:04:24.620Z (3 months ago)
- Language: TypeScript
- Homepage: https://app.pluralsight.com/library/courses/structuring-angular-applications-angular-libraries/table-of-contents
- Size: 1010 KB
- Stars: 19
- Watchers: 3
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Structuring Angular Applications with Angular Libraries
This is the repository for my course "Structuring Angular Applications with Angular Libraries" at Pluralsight

## Getting started
### Backend
Please make sure you have installed [.NET Core](https://dotnet.microsoft.com/download). After this you can navigate to the `backend/aspnetcore` folder (for example `m5\angular-cli-app\start\backend\aspnetcore`) at the level of the `Backend.csproj` file and start the webAPI with `dotnet run` on your commandline.
### Frontend
You can start the frontend with `npm start` as it is an angular CLI project like described in the course.
## Course Link
[Structuring Angular Applications with Angular Libraries](https://app.pluralsight.com/library/courses/structuring-angular-applications-angular-libraries)
Have fun!