React example of vxpay-js integration 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: Things to note: Build (e.g. yarn build) is not failing Dev (e.g. yarn start) works as expected