An Example React App for Selling an E-Book Online
- Create a file called
.env
and inside of it put the following:
VITE_CLIENT_ID=<YOUR_CLIENT_ID>
Make sure to replace <YOUR_CLIENT_ID>
with the client-id for your app found in your developer dashboard.
npm install
npm run dev