Skip to content

asantamariaplainconcepts/aspire-todo-app

Repository files navigation

Local Development

Prerequisites

  • Docker
  • .NET 8.0
  • Node lts

Running the App with Aspire

In the src directory go to src AspireHost and run:

dotnet run 

Running the App old way

In the src directory go to TodaApp.client and run:

npm install
npm run dev

If you want to use only docker compose, you can run the following command in the root directory:

docker-compose up

go to the api server program and make a

dotnet run 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published