In order to try out this example:
- Create a
.env
(or.env.local
) file in this directory. - Set the
REACT_APP_FPJS_PUBLIC_API_KEY
environment variable to the value of your Fingerprint Public API key.
To get the API key:
- Go to Fingerprint Dashboard > API Keys and find it there.
- If you don't have a Fingerprint Pro account, sign up for free.
- Go to the root of the project, install dependencies and build it (
cd ../../ && pnpm install && pnpm build
) - Come back to the example folder (
cd examples/create-react-app
) and runpnpm install
.
After you've completed all the steps and inserted the API key, you can run:
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.