Use this demo app to familiarize yourself with the Stripe Terminal JS SDK before starting your own integration.
To use the demo, you'll need to deploy our example backend. Navigate to our example backend, and click the button on the Readme to deploy it for free on Heroku with your Stripe API key.
If you prefer running the example app locally, you can run the following commands:
npm install
npm run start