Basic and simplified integrated implementation of FramePay in a checkout page.
- Create
.env
file in the project's root folder. Use.env.example
file as reference. - Run the following commands:
yarn install
yarn start
By default the server will run on port 3000. In this case, the checkout page is accesible via http://localhost:3000/checkout.html