Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 682 Bytes

File metadata and controls

35 lines (23 loc) · 682 Bytes

Advanced Verification Example (React + TypeScript)

Live Demo

Open in StackBlitz

Installation

Install dependencies from the monorepo root:

yarn install

Then build the packages from the monorepo root:

yarn build

Running the Example

From the monorepo root, either run:

yarn workspace examples/advanced-verification-react start

or:

cd examples/advanced-verification-react
yarn start

The app will be available at http://localhost:5173 by default.