Live DEMO
This App allows you to trade shopify goods from external resource. It is build like an online store that uses storefront graphql API. When the order is fulfilled and paid it will appear in the shopify store Orders dashboard. From that point, its your concern to perform its delivery
Create .env file with next variables from here:
STOREFRONT_ACCESS_TOKEN = ***
STOREFRONT_DOMAIN = ***
Start a local server:
yarn start
- Visit your app at http://localhost:3000.