π¦ The starter code for building CMS for a ecommerce website using Xata and Cloudinary.
- β¨ Final code
- π Link to Article
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