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

https://github.com/kabirbose/plaid-nextjs-quickstart

Quickstart for Plaid API integration with NextJS.
https://github.com/kabirbose/plaid-nextjs-quickstart

nextjs plaidapi reactjs tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Quickstart for Plaid API integration with NextJS.

Awesome Lists containing this project

README

        

# Plaid-NextJS Quickstart
Plaid API can be very time consuming to implement as it relies on many security policies. You can skip all of those steps with this barebones quickstart guide, allowing you to easily implement it into NextJS 14+.

# Features
- BunJS
- TypeScript
- Tailwind
- Already has context created for access token
- Barebones for you to customize

# Setup
1. Clone this repo
2. Run `bun install` (or use any other package manager)
3. Create an .env.local file consisting of your Plaid keys
4. Run the development server