giridhar7632 / ecommerce-cms-starter

πŸ”¦ The starter code for building CMS for a ecommerce website using Xata and Cloudinary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ”¦ The starter code for building CMS for a ecommerce website using Xata and Cloudinary


Languages

Language:JavaScript 98.8%Language:CSS 1.2%