Shopify / React built using js-buy-sdk.This project was bootstrapped with Create React App.
You will need the following things properly installed on your computer.
git clone [email protected]:isaac-martin/rosemillk.git
this repositorycd rosemillk
yarn install
Get information from shopify admin
const config = new Config({
storefrontAccessToken: 'your-storefront-access-token',
domain: 'your-shop-name.myshopify.com',
});
Start a local server:
yarn start
- Visit your app at http://localhost:3000.
Netlify will automatically when a PR is merged into master branch.