FloPayFloPay
Getting started

Installation

Install FloPay packages from npm using npm, pnpm, or yarn.

Installation

FloPay packages are published to npm as public packages under @flopay/*.

1. Install Packages

# React app (client-side)
npm install @flopay/react @flopay/js

# Node.js server
npm install @flopay/node
# React app (client-side)
pnpm add @flopay/react @flopay/js

# Node.js server
pnpm add @flopay/node
# React app (client-side)
yarn add @flopay/react @flopay/js

# Node.js server
yarn add @flopay/node

The @flopay/shared package is a dependency of all other packages and is installed automatically.

On this page