A minimal ASP.NET Core API based on Create a minimal API with ASP.NET Core
And a Vue.js v3 client consuming the API.
- Run
Program.cs
by clicking the play button in VS Code - Hit http://localhost:5255/ in your browser
- Run the vite dev server
$ cd vue-client
$ npm i
$ npm run dev
- Hit http://localhost:5173/todos in your browser