👻
something like this?
npx degit jamwt/svelte-convex my-project
cd my-project
npm install
npm run dev
7 Replies
looks like you’re going to want to run
npx convex dev
in one terminal and npm run dev
in anotherConfiguring Convex | Convex Developer Hub
Configuring your project to run with Convex
Hey @burnstony#1975, I just made a fork of this that uses the latest version of Convex and runs with one command: https://github.com/thomasballinger/svelte-convex
GitHub
GitHub - thomasballinger/svelte-convex: Quick, rough example using ...
Quick, rough example using Convex with Svelte. Contribute to thomasballinger/svelte-convex development by creating an account on GitHub.
so
thanks for pointing out that Jamie's version needs both commands @void, I combined them into
npm run dev
in the package.json in this version.@ballingt sick!! 💯
just got a chance to try this, works immediately - amazing
we'd like to make a better client before long, so would love to hear any feedback on this @burnstony#1975
Thank you