Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/houdinigraphql/example-sveltekit-todo

example-sveltekit-todo
https://github.com/houdinigraphql/example-sveltekit-todo

graphql svelte sveltekit

Last synced: 6 days ago
JSON representation

example-sveltekit-todo

Awesome Lists containing this project

README

        

# example-sveltekit-todo

Welcome to `example-sveltekit-todo`, an example project built with [SvelteKit](https://kit.svelte.dev/) and [Houdini](https://houdinigraphql.com/).

## 🖥️ On your machine

```sh
# clone the repo
git clone [email protected]:HoudiniGraphql/example-sveltekit-todo.git

# change directory
cd example-sveltekit-todo

# install dependencies
npm i

# run the example
npm run dev
```