burnstony#1975
burnstony#1975•2y ago

👻

something like this? npx degit jamwt/svelte-convex my-project cd my-project npm install npm run dev
7 Replies
void
void•2y ago
looks like you’re going to want to run npx convex dev in one terminal and npm run dev in another
ballingt
ballingt•2y ago
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.
ballingt
ballingt•2y ago
so
npx degit thomasballinger/svelte-convex my-project
cd my-project
npm install
npm run dev
npx degit thomasballinger/svelte-convex my-project
cd my-project
npm install
npm run dev
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.
burnstony#1975
burnstony#1975OP•2y ago
@ballingt sick!! 💯 just got a chance to try this, works immediately - amazing
ballingt
ballingt•2y ago
we'd like to make a better client before long, so would love to hear any feedback on this @burnstony#1975
burnstony#1975
burnstony#1975OP•2y ago
Thank you

Did you find this page helpful?