Amber Shopify Project created using ReactJS+React-Redux with GraphQL API integration. Storefront Shopify API: https://github.com/Shopify/shopify-app-js/tree/main/packages/api-clients/storefront-api-client#readme
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.env.example 240B

123456
  1. REACT_APP_API_URL=""
  2. REACT_APP_API_KEY=62c77d6fac2d6e0e6145430427e0c14d
  3. REACT_APP_API_SECRET=05cc68d623a9196dd5f84cabb3516f50
  4. REACT_APP_ACCESS_TOKEN=b3e24842a76e27e1d87206daededdab0
  5. REACT_APP_SHOP_NAME=amberdevstore.myshopify.com
  6. PORT=3005