Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 989 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 989 Bytes

E-commerce CMS starter

Jamstackhack 22

🔦 The starter code for building CMS for a ecommerce website using Xata and Cloudinary.

Quick Start⚡

You can simply fork this sandbox and start editing in codesandbox.

yarn create next-app my-ecommerce-cms -e https://github.com/giridhar7632/ecommerce-cms-starter
# or
npx create-next-app my-ecommerce-cms -e https://github.com/giridhar7632/ecommerce-cms-starter

# then
cd my-ecommerce-cms && yarn dev

Manual Setup 🚀

Download it, git clone into coding environment of your choice 😃.

Install dependencies: 🔽

yarn install

Run the development server: 👨‍💻

yarn dev