React application showcasing the react-pluggy-connect widget component.
- Node.js 18+
- A Pluggy connect token endpoint (see backend examples)
npm installnpm startOpens at http://localhost:3000.
The app uses the PluggyConnect React component from react-pluggy-connect. You need a backend endpoint to generate connect tokens — see the connect token flow for details.
Key file: src/App.tsx - renders the PluggyConnect widget with onSuccess and onError callbacks.
Built with Create React App.