-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Leigh Barnes edited this page Mar 24, 2020
·
2 revisions
This repo is designed as an alternative approach to the shopify app cli for node, which uses next + koa and makes full serverless approaches challenging to deploy or accomplish with out a lot of strapping. This is a completely different approach, handling the entire app as a NextJS / Now.sh deployment heavily using the backend functions /pages/api/WHATEVER.ts
to run secure backend operations such as auth, install and query.
I love the app cli, but in a lot of ways the approaches seem redundant, this started as a proof of concept and has iterated a few times to get to where it is now, it is far from complete and I am still working on it.
You are welcome to jump on in and PR improvements and help out with the serverless cause.