Skip to content

CamiloTerevinto/TerevintoSoftware.AspNetCoreAngular

Repository files navigation

CT.Examples.AspNetCoreWithAngular

This sample contains a fully usable template app for:

  • Angular 17 with Angular Material
  • ASP.NET Core 8
  • Entity Framework Core 8
  • ASP.NET Core Identity

This template contains components to do sign in/up, and a sample page for users administration.

Screenshots

The following are some screenshots of this template to give a better idea of what is provided.

Log in

Log in

Sign Up

Sign up

Users - list

Users list

Users - edit

Edit user

Building locally

You require the following installed on your computer:

  • .NET 8 SDK
  • NodeJs 18.13 or newer, or NodeJs 20.9 or newer.
  • [recommended] Visual Studio 2022 17.8 (or newer), or Visual Studio Code

To build the .NET side of things, run:

dotnet build

To build the Angular side of things, run:

cd CT.Examples.AspNetCoreWithAngular.Api/ClientApp
npm i
npm run build

Running the apps locally

Running the applications can be achieved similarly:

dotnet watch
cd CT.Examples.AspNetCoreWithAngular.Api/ClientApp
npm i
npm run start

About

A template for creating an ASP.NET Core solution with Angular support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published