Skip to content

A playground todo list application using ASP.NET Core Minimal API and several different frontend frameworks.

Notifications You must be signed in to change notification settings

skaempfer/todo-list

Repository files navigation

Todo List

This todo list application is serves as a basis for technology demonstrations and playground. Currently is consists of

Running the applications

Running the applications without VS Code

  1. Open two command line shells
  2. In the first shell navigate to ./todo.service and execute dotnet run
  3. In the second shell navigate to ./todo.app.react and execute npm ci and then npm run dev
  4. Open https://localhost:7066/todos to access the service
  5. Open https://localhost:3000/ to access the app

Running the applications with VS Code

  1. Open the VS Code workspace file (*.code-workspace)
  2. Execute launch configuration "Compound: Service + App"
  3. Two browser windows will be opened
    1. One for the service at https://localhost:7066/todos
    2. One for the app at https://localhost:3000/

About

A playground todo list application using ASP.NET Core Minimal API and several different frontend frameworks.

Topics

Resources

Stars

Watchers

Forks