rsnext/examples/with-sfcc/README.md
Hassan El Mghari 57dc7207e6
Add with-cloudinary example (#43250)
Added an image gallery example using Next.js and Cloudinary.

Edit: This is now ready to ship!

Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com>
Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-12-02 04:05:34 +00:00

1.5 KiB

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

Deploy with Vercel

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::

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

References