Shopify App Development - Part 5 - Setting Up Frontend & Backend Communication on Shopify Admin App

Опубликовано: 16 Июль 2026
на канале: Elisha Kramer
2,377
13

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

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

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

Live App:
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