https://github.com/snipcart/snipcart-nextjs
Demo code for a Next.js e-commerce app powered by Snipcart
https://github.com/snipcart/snipcart-nextjs
e-commerce heroku nextjs react snipcart
Last synced: about 2 months ago
JSON representation
Demo code for a Next.js e-commerce app powered by Snipcart
- Host: GitHub
- URL: https://github.com/snipcart/snipcart-nextjs
- Owner: snipcart
- Created: 2019-05-10T18:32:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T11:31:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T10:50:21.318Z (2 months ago)
- Topics: e-commerce, heroku, nextjs, react, snipcart
- Language: TypeScript
- Homepage: https://snipcart.com/blog/next-js-ecommerce-tutorial
- Size: 1.4 MB
- Stars: 136
- Watchers: 7
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js E-Commerce Tutorial: Quick Shopping Cart Integration

The creation of tools such as Next.js that successfully simplified React frontend development.
Here, I want to explore what Next.js can do for e-commerce.
Steps:
- Set up a Next.js development environment
- Create new pages & components
- Fetch data & import components
- Add a shopping cart to a Next.js app
- Style & deploy the app> [Read the full tutorial](https://snipcart.com/blog/next-js-ecommerce-tutorial)
> [See the live demo](https://snipcart-nextjs.herokuapp.com/)
Enjoy folks!