Shopify front end
Tables of contents
Requirements
- Node v8+
- Npm 5+
- Gulp v3
Development
-
Install the app via the submodule (see https://github.com/OceanLabs/ShopifyApp)
-
npm i
: install dependencies -
npm i -g gulp
: Install global gulp -
gulp rollup-vendor
: generate a bundle of common packages -
gulp build-dev
: generate the development assets and bundles -
gulp watch
: Watch files for change and rebuild assets, run lint, unit tests and browsersync