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
This is accessed via SvelteKit.
If you're looking for how to use a DB like SQLite3 via SvelteKit, check out https://github.com/bjmckenz/client_db.
This repo used to include DB examples, but they have been removed
(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.