Everything you need to build a Svelte project, powered by create-svelte
and Inngest.
Use create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-sveltekit inngest-sveltekit
yarn create next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-sveltekit inngest-sveltekit
pnpm create next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-sveltekit inngest-sveltekit
- Inngest functions are available at
src/lib/inngest/
. - The Inngest handler is available a
src/routes/api/inngest/+server.ts
.
- Inngest Documentation - learn about the Inngest SDK, functions, and events
- SvelteKit Documentation - learn about SvelteKit features and API.