Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 582 Bytes

Stripe Terminal JS Demo

Use this demo app to familiarize yourself with the Stripe Terminal JS SDK before starting your own integration.

Demo

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.

Running locally

If you prefer running the example app locally, you can run the following commands:

npm install
npm run start