An embedded app starter template to get up and ready with Shopify app development with Remix / React Router DOM and Prisma.
I've included notes on this repo which goes over the repo on why certain choices were made.
@kinngh/shopify-nextjs-prisma-app
: Shopify app starter repo built with Next.js and Prisma ORM.@kinngh/shopify-node-express-mongodb-app
: Shopify app starter repo built with Express.js, React.js and Vite.@kinngh/shopify-polaris-playground
: Build your app's UI using Polaris, without an internet connection.
Self hosting Next.js was getting irritating and instead of picking up a non-React framework, I wanted to dive in deeper into Remix and see what's up. Turns out, when self hosting on a VPS, Remix doesn't screw you over and works as expected.