- Node
- Yarn
- Get started:
- Type
yarn
to install its dependencies.
- Type
- Configure the .env:
- Copy the
.env.example
to.env
- Environment variables:
PAYPAL_MODE
(Paypal mode to integrate with your app. Choose between: Sandbox or Live)PAYPAL_CLIENT
(Secret client id generated by Paypal)PAYPAL_SECRET
(Secret hash generated by Paypal)
- Environment variables:
- Change your environment variables.
- Copy the
- Get started for development:
- Type
yarn start
to start the application. - Access
http://localhost:3000
on the browser.
- Type
@tabaesso |
---|