https://github.com/kabirbose/plaid-quickstart
Quickstart for Plaid API integration with NextJS.
https://github.com/kabirbose/plaid-quickstart
nextjs plaidapi reactjs tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Quickstart for Plaid API integration with NextJS.
- Host: GitHub
- URL: https://github.com/kabirbose/plaid-quickstart
- Owner: KabirBose
- Created: 2024-12-01T16:31:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T00:18:29.000Z (3 months ago)
- Last Synced: 2025-02-13T01:24:39.754Z (3 months ago)
- Topics: nextjs, plaidapi, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plaid Quickstart
The Plaid API has a complex implementation process. This is my barebones quickstart app, allowing you to easily implement Plaid into NextJS 14+ projects.# Why my quickstart?
- Bun.js
- TypeScript
- Tailwind
- React context for access token
- Plain with less code# Get started
1. Clone this repository
2. Run `bun install` (or use any other package manager)
3. Create a `.env.local` file consisting of your Plaid keys
4. Run the development server