Simple Svelte project to show how a Svelte site can easily consume an API. This is the client side.
API repo is https://github.com/bjmckenz/api0
(Start the API project first -- see that project)
npm run dev -- --open
This exposes the client on port 5173. You can access it with Postman as well your browser.