Skip to content

alexandrosk/shopify-t3-app

 
 

Repository files navigation

Shopify Next.js x Prisma Boilerplate

Deploy with Vercel

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.

VSCode extension

The VSCode extension has a collection of snippets that is used to quickly generate boilerplate code for creating /api, /proxy_route, webhook functions and client provider endpoints to speed up your dev process.

DOWNLOAD

Snippets snippeting

Supporting repositories

Tech Stack

  • Next.js 13
  • Prisma (Postgresql)

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

About

WIP | An embedded Shopify app starter template made with t3 stack, Next.js Prisma Typescript and Trpc :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Shell 0.8%