Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.94 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.94 KB

Shopify Next.js x Prisma Boilerplate

An embedded app starter template to get up and ready with Shopify app development with Next.js and Prisma.

I've included notes on this repo which goes over the repo on why certain choices were made.

Video

I made a video that goes over the entire repo, creating theme extension and deploying with Vercel and PlanetScale. If you want to learn Shopify app dev in-depth, I also sell a course How To Build Shopify Apps

How To Build Shopify Apps Course

Creating a Shopify app from scratch

Supporting repositories

Tech Stack

  • Next.js 13
  • Prisma ORM

Why I made this

Building with Express and React was great but eventually there comes a time where you have to remind yourself that you need to get on with the times and use what's new and stable. Serverless made sense, and Next.js made even more.

Notes

  • Refer to SETUP
  • The project comes with snippets to speed up development. Refer to Snippets.
  • App Bridge CDN migration guide is available here
  • Shopify Managed Installation migration guide is available here
  • Client Provider abstraction update guide is available here