A simple chatting application using .NET 7 And Angular 16. This project was generated with .NET version 7.0.2 and Angular CLI version 16.1.5.
Run dotnet build
to build the API project and ng build
to build the client project. The build artifacts for angular/client will be stored in the dist/
directory.
Run at first dotnet run
(for API) and then ng serve
(for client) for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.