Skip to content

inngest/inngest-demo

Repository files navigation

Inngest Demo

This is a demo application for Inngest that includes examples of use cases. You can use this as a starting point for your own application.

screenshot.png

Installation

You can try out this demo by installing it locally with one of the following commands:

npm create next-app@latest -- --example https://github.com/inngest/inngest-demo inngest-demo-app
# or
yarn create next-app --example https://github.com/inngest/inngest-demo inngest-demo-app
# or
pnpm create next-app@latest --example https://github.com/inngest/inngest-demo inngest-demo-app

Usage

After installing the demo, you can run it locally with the following commands:

cd inngest-demo-app

# If you used npm
npm run dev
# If you used yarn
yarn dev
# If you used pnpm
pnpm dev

Open both of the following URLs in your browser to see the demo app and the Inngest Dev Server:

About

Explore Inngest use cases with this interactive demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published