This is a Node.js + ReactJS single page web app that demonstrates a basic implementation for integrating with the Slope APIs & JS SDK. It provides example setup user checkout flow end to end to help developers get started quickly & easily.
- nodejs (tested on v14+)
- npm (tested on v6+)
- Add
BASIC_AUTH_TOKEN={YOUR_BASE_64_BASIC_AUTH}
to a.env.local
file on the root folder. See https://developers.slope.so/docs/authentication for help. Then run: - Run
npm install && npm run dev
- Open up http://localhost:3004 and you're good to go!
Visit https://developers.slope.so/ for developer support