This is a demo app to build an integration between Shopify and Alloy's UAPI.
This repo contains a backend and frontend for Alloy's UAPI in NextJS. The main
branch contains boilerplate code to help you get started and set up quickly. The completed
branch contains the completed code for this demo.
To get started, clone this repo and run
npm install
to install the required packages.
Next, create a .env.local
file in the root directory and replace it with
API_KEY=YOUR_API_KEY
Then run,
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Alloy, take a look at: