stripe-connect-demo
stripe-connect-demo copied to clipboard
Next.js Stripe Connect OAuth Flow.
💵 Stripe Connect Demo
A Next.js powered Stripe Connect OAuth Process Demo.
📚 Stack
- React Framework: Next.js
- CSS in JS: styled-components
- Payment Processor: Stripe
- Code Formatting: Prettier
- Linting: ESLint
💄 Development
Rename .env.sample
to .env.development
, and fill the needed Stripe Keys.
And run the development server:
$ npm i
$ npm run dev
🚀 Deployment
Rename .env.sample
to .env.production
, and fill the needed Stripe Keys.
Download Vercel CLI and run vercel
. Now your website is up!