quickstart
Get up and running with Plaid Link and the API in minutes
File Explorer
Download Latest Version (.zip)- quickstart.jpeg
- index.module.css
- index.tsx
- index.module.css
- index.tsx
- index.module.css
- index.tsx
- index.tsx
- index.module.css
- index.tsx
- Items.tsx
- Products.tsx
- Identity.module.css
- Identity.tsx
- index.module.css
- index.tsx
- index.tsx
- App.module.css
- App.tsx
- dataUtilities.ts
- index.css
- index.tsx
- vite-env.d.ts
- .gitignore
- .npmrc
- .nvmrc
- index.html
- package-lock.json
- package.json
- tsconfig.json
- vite.config.ts
- .env
- .env.example
- go.mod
- go.sum
- server.go
- start.sh
- AccessTokenResource.java
- AccountsResource.java
- AssetsResource.java
- AuthResource.java
- BalanceResource.java
- CraResource.java
- HoldingsResource.java
- IdentityResource.java
- InfoResource.java
- InvestmentTransactionsResource.java
- ItemResource.java
- LinkExitErrorResource.java
- LinkTokenResource.java
- LinkTokenWithPaymentResource.java
- PaymentInitiationResource.java
- PublicTokenResource.java
- SignalResource.java
- StatementsResource.java
- TransactionsResource.java
- TransferAuthorizeResource.java
- TransferCreateResource.java
- UserTokenResource.java
- PlaidApiException.java
- PlaidApiExceptionMapper.java
- PlaidApiHelper.java
- QuickstartApplication.java
- QuickstartConfiguration.java
- .env
- .env.example
- .gitignore
- config.yml
- pom.xml
- start.sh
- .env
- .env.example
- .gitignore
- .npmrc
- .nvmrc
- .prettierrc
- index.js
- package-lock.json
- package.json
- start.sh
- .env
- .env.example
- requirements.txt
- server.py
- start.sh
- .env
- .env.example
- .gitignore
- .ruby-version
- app.rb
- Gemfile
- Gemfile.lock
- start.sh
- .env.example
- .gitignore
- LICENSE
- README.md
# Installation Guide
git clone https://github.com/plaid/quickstart
Downloads the entire project code from GitHub to your computer.
cd quickstart
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Homebrew A package manager for macOS/Linux.
brew install mkcert
Installs the pre-built package via Homebrew โ no source build required.
Pulled directly from this repo's README.
3. Maven (Java)
Medium- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean package
Installs dependencies and builds the project using Maven.
Pulled directly from this repo's README.
4. Node.js
Easy$ npm install
Downloads and installs the libraries listed in package.json.
npm ci
Type this command into your terminal and run it.
npm start
Starts the development/run server.
Pulled directly from this repo's README.
5. Python
Easypip3 install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
6. Go
Mediumgo build
Compiles the Go program into an executable.
Pulled directly from this repo's README.
7. Ruby
Easybundle
Type this command into your terminal and run it.
Pulled directly from this repo's README.
