- Clone the project
- Open command prompt on the project root directory.
- Build the apllication (will also restore the npm packages)
dotnet build
- Run the application
dotnet run
- If you are using Azure for deployment, make sure you use kude to create a folder named
Uploads
under theD:\home\site\wwwroot\
directory. You can get access to Kudu fromAdvanced Tools
that is available in your application's settings panel.
- About The Updated SPA Templates From ASP.NET Core
- Migrating from the old ASP.NET Core Angular Spa template to the newer one
- Story of File Uploading in ASP.NET Core (Part I - MVC/Razor Pages)
- Story of File Uploading in ASP.NET Core (Part II - Angular/AJAX)
- Story of File Uploading in ASP.NET Core (Part III - Streaming Files)