This is an example app that integrates with Stripe Checkout.
Before everything, run
stripe loginthis is required to create test listener on webhook
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
The express server is hosted at http://localhost:5000
It is made with TS, Nextjs, tailwindcss, shadcn, express and structured with NPM workspaces