Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/houdinigraphql/example-sveltekit-todo
- Owner: HoudiniGraphql
- Created: 2023-02-03T21:45:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T07:12:45.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:20:24.668Z (7 months ago)
- Topics: graphql, svelte, sveltekit
- Language: JavaScript
- Homepage: https://houdinigraphql.com/
- Size: 11.9 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```