See a hosted version of the sample
Copy the .env.example file into a file named .env
cp .env.example .env
and configuring your .env config file with your Paypal ClientId and ClientSecret
- Clone the repo
git clone [email protected]:paypal-examples/applepay.git
- Run
npm install
- Run
npm run dev