ASP.NET Core 3.0 or later offers authentication in Single Page Apps (SPAs) using the support for API authorization. Review the Microsoft Docs on Authentication and authorization for SPAs guidance to learn more.
Use these instructions to get the project up and running.
You will need the following tools:
- Visual Studio Code or Visual Studio 2019 Preview
- .NET Core SDK 3
- Node.js (version 10 or later) with npm (version 6.9.0 or later)
Follow these steps to get your development environment set up:
- Clone the repository
- Launch the project using:
dotnet run
- Open https://localhost:5001/ in your browser to view the Web UI
- ASP.NET Core 3 Preview 9
- Entity Framework Core 3 Preview 9
- Angular 8