Skip to content

VISIT-X/vxpay-js-react-example

Repository files navigation

React example of vxpay-js integration

Build Status

How did we get here:

npm init react-app vxpay-js-react
cd vxpay-js-react
yarn add vxpay-js

As a result, we have a UI with a login button:

npm start

Things to note:

  • Build (e.g. yarn build) is not failing
  • Dev (e.g. yarn start) works as expected