Skip to content

bjmckenz/client0

Repository files navigation

Overview

Simple Svelte project to show how a Svelte site can easily consume an API. This is the client side.

API server

API repo is https://github.com/bjmckenz/api0

This is accessed via SvelteKit.

Database example

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

How to Run

(Start the API project first -- see that project)

npm run dev -- --open

Wut

This exposes the client on port 5173. You can access it with Postman as well your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published