https://github.com/plaid/tiny-quickstart
A minimal quickstart demonstrating Plaid Link, Balance, and OAuth. This quickstart supports JavaScript, Typescript, Next.js, React, and React Native
https://github.com/plaid/tiny-quickstart
Last synced: 4 months ago
JSON representation
A minimal quickstart demonstrating Plaid Link, Balance, and OAuth. This quickstart supports JavaScript, Typescript, Next.js, React, and React Native
- Host: GitHub
- URL: https://github.com/plaid/tiny-quickstart
- Owner: plaid
- Created: 2022-02-16T16:34:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:50:44.000Z (11 months ago)
- Last Synced: 2025-05-30T08:16:26.180Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 90
- Watchers: 33
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - tiny-quickstart
README
# README
### Overview
Welcome to Plaid's Tiny Quickstart! This repo contains five folders: **vanilla_js/**, **vanilla_typescript/**, **nextjs/**, **react/**, and **react_native/**. Each folder contains a minimal full-stack app that implements support end-to-end for one Plaid product endpoint.
To get started, clone the repository, `cd` into one of the folders, and follow the instructions in the corresponding **README**. Enjoy!
```
git clone https://github.com/plaid/tiny-quickstart.git && cd ./tiny-quickstart
```
If you're looking for a more fully-featured quickstart, covering more API endpoints, available in more languages, and with explanations of the underlying flows, see the official [Plaid Quickstart](https://www.plaid.com/docs/quickstart).