SecureSpa
SecureSpa copied to clipboard
ASP.NET Core 3 + Angular 8 + ASP.NET Identity generated using .NET Core SDK
Secure SPA
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.
Getting Started
Use these instructions to get the project up and running.
Prerequisites
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)
Setup
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
Technologies
- ASP.NET Core 3 Preview 9
- Entity Framework Core 3 Preview 9
- Angular 8