Demo
https://lamsmallari.github.io/paymongo-reactjs-example/
Usage
- Clone repo
- Run
npm i
in root directory - After
npm i
, setup your own.env
file and insert the example below with your own Paymongo API keys then save it to root directoryREACT_APP_PAYMONGO_BASE64_PUBLIC_KEY="YOUR_PAYMONGO_BASE64_PUBLIC_KEY" REACT_APP_PAYMONGO_BASE64_SECRET_KEY="YOUR_PAYMONGO_BASE64_SECRET_KEY"
- Run
npm start