Skip to content

inngest/inngest-tanstack-start-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inngest Tanstack Start Template

This is a Express.js project. It is a reference on how to send and receive events with Inngest and Express.

Getting Started

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-express inngest-express
yarn create next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-express inngest-express
pnpm create next-app --example https://github.com/inngest/inngest-js/tree/main/examples/framework-express inngest-express

Open http://localhost:3000 with your browser to see the result.

Learn More