a Dotnet REST-api template project.
- created new webapi project with visual studio.
- added multiple projects to solution to separate concerns.
- added entity framework with database.
- configured versioning and swagger/openapi.
- created minimal api, and started same process
a React web template project.
- created new react web with vite cli. Selected react with typescript.
- installed dependencies.
- installed plugin to use https cert for localhost. https://github.com/liuweiGL/vite-plugin-mkcert
- created a basic structure with routing and ui library.