Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 333 Bytes

react-ebook-basic

An Example React App for Selling an E-Book Online

Setup

  1. 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.

  1. npm install
  2. npm run dev