Sample code associated with the Getting started with Marqeta APIs webinar.
This code is for demonstration purposes only.
This app was created with create-next-app
.
npx create-next-app --example with-iron-session with-iron-session-app
# or
yarn create next-app --example with-iron-session with-iron-session-app
Run the app locally:
npm run dev
# or
yarn dev