This is a ecommerce web application built with sanity, nextJS, with full cart functionality and stripe payment functionality.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To learn more about to build this application, take a look at the following resources:
- JavaScript Mastery - learn how to build an ecommerce web application.
You can check out Adrian Hajdin GitHub repository - your feedback and contributions are welcome!