Skip to content

tylerjnap/plaid-quickstart-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plaid Quickstart Workshop

Local Development

This repo runs on node 12.20.1. Use nvm for node versioning and to use 12.20.1:

$ nvm use 12.20.1

This repo utilizes npm to build, run, and test the application. To get started, use npm to install the dependencies and bootstrap any necessary resources:

$ npm install

Create a .env in the root directory of this repo and add your client ID and secret found here in Plaid's dashboard

CLIENT_ID = 'INSERT_CLIENT_ID'
SECRET = 'INSERT_SECRET'

Start app and navigate to localhost:3000:

npm start

About

Plaid quickstart workshop

Resources

Stars

19 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors