This App shows an example integration of the Passbase React package integrated into an App. Before your try to run the App please sign up on our developer platform and use your own publishabe API key, which you can find in the API settings section.
Please follow our integration guide in our official developer documentation to install all dependencies first in a correct way.
Ensure that you are using an up to date version for React. This means, that you also need to have npm
/yarn
and node installed. If you haven't, please follow this guide here first to install everything correctly.
In the project directory can run:
- Run
yarn install
inside the project directory in terminal in order to install the Passbase Package - Go into the file
src/App.js
and exchangeYOUR_OWN_PUBLISHABLE_API_KEY
with your own API key in line 17 - Run
yarn start
in terminal
This runs the app in the development mode. Open http://localhost:3000 to view the App it in the browser.