This is a React version of the HTML + Vanilla JavaScript client implementation. It works with any of the backends in the server
folder.
You will need to run the server and the React client separately.
-
Follow the "How to run" instruction in the
server
directory and make sure that the server is running on http://localhost:4242. -
Install the dependecies
npm install
- Start the React client
npm start
- Client running on http://localhost:3000
- Author: @thorsten-stripe, @hideokamoto-stripe
- This project was bootstrapped with Vite.