🔦 The starter code for building CMS for a ecommerce website using Xata and Cloudinary.
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
Download it, git clone into coding environment of your choice 😃.
Install dependencies: 🔽
yarn install
Run the development server: 👨💻
yarn dev