Shopify App Development - Part 7 -Store Admin can set Moderation on both the Comment & Post Level

Опубликовано: 23 Февраль 2026
на канале: Elisha Kramer
1,100
2

In this video series, we cover how to contribute to an Open-Source Shopify Community App:

Github Repo Here: https://bit.ly/shopify-app-code

Udemy Course Here: https://www.udemy.com/course/shopify-...
Live App Here: https://apps.shopify.com/social-king

Technologies
Admin Frontend: NextJS
Proxy: NodeJS (Routes, Controllers)
Admin Backend: NodeJS (Routes, Controllers)

Getting Started
The easiest way to get started is to clone the repository:

Get the latest snapshot
git clone https://github.com/ElishaKay/social-k...

Running the Admin Backend
cd Admin-Backend
npm install
npm start

Running the Admin Frontend
cd Admin-Frontend
npm install
npm run dev

Running the Proxy Server
cd Proxy
npm install
npm start