Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 751 Bytes

File metadata and controls

28 lines (17 loc) · 751 Bytes

Accept payments with Stripe Checkout (React client)

This is a React version of the HTML + Vanilla JavaScript client implementation. It works with any of the backends in the server folder.

How to run

You will need to run the server and the React client separately.

  1. Follow the "How to run" instruction in the server directory and make sure that the server is running on http://localhost:4242.

  2. Install the dependecies

npm install
  1. Start the React client
npm start

Credits