I know this doesn't use Vite, but I realized that too late into the process haha
I wanted to try out Svelte finally, and here we are. Something that makes an API call and uses the data. At some future point I'll have to get more in-depth with it. Type in a band name and see if it works.
https://bandsintown-clone.vercel.app/
npm install
npm run dev
And for tests (make sure you have your local host running)
npm cypress:open