Quickstart
See how Verisoul ZeroFake works within a sample web application made using create-react-app and Express.
- 1.
git clone https://github.com/verisoul/zerofake-sample.git && cd zerofake-sample
- 2.Copy
.env.sample
to.env
and fill in theVERISOUL_API_KEY
andREACT_APP_VERISOUL_PROJECT_ID
values
cp .env.sample .env
- 3.Install dependencies
npm install
- 4.Run the app at
http://localhost:3000
npm run start
Last modified 3mo ago