This is a starter to automate the front-end development process of a Shopify app with Gulp.
To clone the project you can choose SSH or HTTPS.
# Clone the repo from your terminal using SSH:
git clone git@github.com:MisterGeorge/setup-gulp.git# Clone the repo from your terminal using HTTPS:
git clone https://github.com/MisterGeorge/setup-gulp.gitGo to the project directory
cd setup-gulpInstall dependencies
yarnStart the server
yarn serveStart watching files
yarn startsetup-gulp/
├── src/
│ ├── fonts/
│ ├── img/
│ ├── js/
│ │ ├── components/
│ │ └── sections/
│ └── sass/
│ │ ├── components/
│ │ └── sections/
│ │ ├── _colors.scss
│ │ ├── _fonts.scss
│ │ ├── _functions.scss
│ │ ├── _variables.scss
│ │ ├── _mixins.scss
│ │ └── app.scss
└── app.ts