Skip to content

iisys-hof/hicumes-detailed-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Nx + Angular + NgRx Platform + .NET 8.0

Getting Started?

  • Make sure you have at least Node 20.x or higher (w/ npm 10+) installed!
  • This repository uses ASP.NET 8.0, which has a hard requirement on .NET SDK 8.0.x. Please install these items from https://dotnet.microsoft.com/download

Visual Studio 2022

Make sure you have .NET 8.0 installed and/or the latest VS2022.

Visual Studio Code

Note: Make sure you have the C# extension & .NET Debugger installed.

npm install

Serve Development App

nx serve web-app

Both the api (dotnet) and web app (Angular) will build and run in dev mode. Open your browser on http://localhost:4200/ to see the Angular app, or https://localhost:60254/swagger to see the api documentation generated by Swagger.

End-to-end Tests

Run e2e tests by executing:

npx playwright test

Build Production App

Build the production Angular app and Publish the release .NET app, run:

npm run build:prod

The contents of the. /dist folder should now contain something that can be deployed to and Azure web service or IIS instance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published