skylarmb / plaid-hello-world

A minimal example of react-plaid-link and plaid-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plaid-hello-world

The Plaid Quickstart is a great full-featured demo of the Plaid API in many languages, but its quite complex. This is a much smaller example of using react-plaid-link and plaid-node.

Setup

cp .env.example .env # fill out values in .env
yarn

Run

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The API runs on http://localhost:8080

The react frontend and the node server will hot-reload if you make edits.

The code

Frontend code is in src/App.jsx and src/api.js. Backend code is in server.js

Notes:

There is no error handling code anywhere, and some important TODOs

About

A minimal example of react-plaid-link and plaid-node


Languages

Language:JavaScript 67.7%Language:HTML 22.4%Language:CSS 4.8%Language:SCSS 3.8%Language:Shell 1.3%