This project was bootstrapped with Create React App.
- go to the basic checkout directory
- go to client and run npm i
- go to server directory and run npm i
npm run start in both directories to run the client and server
To edit the product:
- edit the product in product objects in client/src/pages/SplashPage.js
To edit the checkout session:
- edit the create checkout session API call in server/server.js