This excercise implements a simple client / server for The Rick and Morty API. Both REST and GraphQL are implemented for a simple character search by name.
This project is build with Vue3, vitejs, tailwindcss v3 and .NET 6.0
- run npm update in /App.Server/_Client to install npm packages
- run /App.Server/_Client/export-cert.cmd to export local IIS certificate for use with the vitejs dev server
- run dev.cmd to startup vue client with vitejs from the Visual Studio Developer-PowerShell
- start project in Visual Studio