Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 688 Bytes

File metadata and controls

22 lines (14 loc) · 688 Bytes

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

Configuring

Create .env file with next variables from here:

STOREFRONT_ACCESS_TOKEN = ***
STOREFRONT_DOMAIN = ***

Running

Start a local server:

yarn start