An open API service indexing awesome lists of open source software.

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.

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