Shopify App Development - Part 3 - Understanding How The Admin Frontend and Backend Communicate

Опубликовано: 17 Февраль 2026
на канале: Elisha Kramer
2,901
12

In this video series, we cover how to contribute to an Open-Source Community App Social King.

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

Udemy Course Here: https://www.udemy.com/course/shopify-...

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-king

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