Shopify App Development - Part 6 - React State, Hooks, and Best Practices

Опубликовано: 19 Февраль 2026
на канале: Elisha Kramer
1,375
6

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