Space Jelly Store Demo

Demo ecommerce store for Create an eCommerce Store with Next.js and Stripe Checkout on egghead.io.

https://space-jelly-store.netlify.app/

🚀 Getting Started

Run the following command to create a new project with this Starter:

yarn create next-app my-app -e https://github.com/colbyfayock/space-jelly-store
# or
npx create-next-app my-app -e https://github.com/colbyfayock/space-jelly-store

Once the project and dependencies are finished installing, you can navigate to that directory and start up the development server with:

yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see your new project!

📚 Learn More About Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!