alexandrosk / shopify-t3-app

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

Home Page:https://twitter.com/@igetpaidtocode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

https://twitter.com/@igetpaidtocode

License:MIT License


Languages

Language:JavaScript 99.2%Language:Shell 0.8%