Back to Next Js

Example Next.js app with Salesforce Commerce Cloud

examples/with-sfcc/README.md

16.2.51.5 KB
Original Source

Example Next.js app with Salesforce Commerce Cloud

This example shows how to create a headless ecommerce application using Next.js, Salesforce commerce cloud, and Tailwind.

Deploy your own

Deploy the example using Vercel or view the demo here

Check out our Next.js deployment documentation for more details.

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-sfcc nextjs-sfcc-app
bash
yarn create next-app --example with-sfcc nextjs-sfcc-app
bash
pnpm create next-app --example with-sfcc nextjs-sfcc-app

References