Skip to content

Vite + React Example

This is an example application demonstrating the usage of Fedimint client in React Application application.

Code on Github

Live Preview

TIP

You might need to disable your adblocker or Brave Shields to see the preview.

Open in StackBlitz

Running the Example Locally

bash
# from the root of the repo

# install dependencies
pnpm i

# run the dev server
pnpm run dev:vite