This is an E-commerce application built with Nextjs, Sanity.io, and Stripe. A fully responsive Modern Full Stack Ecommerce application with Payments functionality. Integrate Stripe to manage payments, products, shipping rates, and the entire checkout process. Sanity allows us to focus on developing the application without worrying about the content, file storage, and databases, with the ability to add and edit products on the go using a CMS, all advanced cart functionalities, and most importantly the complete integration with Stripe which can cover actual payments.
This is a Next.js project bootstrapped with create-next-app
. The quickest way to get started as shown below:
npm i && npm run dev
To prevent package version incompatibility or conflicts, you can try
npm i --legacy-peer-deps
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.