freaz / nextjs_with_inngest

Home Page:https://nextjs-with-inngest.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimenting with Inngest

https://nextjs-with-inngest.vercel.app

The goal is to write simple NextJS application, which:

  1. creates a job with server action
  2. redirects user to job page
  3. on client starts polling job state and shows it (didn't do it yet, not necessary for experiment)

Notes

Running locally

You will need Vercel's KV

  1. npm install - installs dependencies
  2. cp .env.example .env.local - and update KV_* vars
  3. npm dev - starts local server and Inngest development server

About

https://nextjs-with-inngest.vercel.app


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%