Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 404 Bytes

example-sveltekit-todo

Welcome to example-sveltekit-todo, an example project built with SvelteKit and Houdini.

🖥️ On your machine

# 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