- Node
- Yarn
- Get started:
- Type
yarnto install its dependencies.
- Type
- Configure the .env:
- Copy the
.env.exampleto.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 startto start the application. - Access
http://localhost:3000on the browser.
- Type
@tabaesso |
|---|