Skip to content

This is a starter to automate the front-end development process of a Shopify app with Gulp.

License

Notifications You must be signed in to change notification settings

MisterGeorge/setup-gulp

Repository files navigation

📦 Setup gulp

This is a starter to automate the front-end development process of a Shopify app with Gulp.

Installation

To clone the project you can choose SSH or HTTPS.

# Clone the repo from your terminal using SSH:
git clone [email protected]:MisterGeorge/setup-gulp.git
# Clone the repo from your terminal using HTTPS:
git clone https://github.com/MisterGeorge/setup-gulp.git

Go to the project directory

cd setup-gulp

Install dependencies

yarn

Start the server

yarn serve

Start watching files

yarn start

Structure

setup-gulp/
├── src/
│   ├── fonts/
│   ├── img/
│   ├── js/
│   │   ├── components/
│   │   └── sections/
│   └── sass/
│   │   ├── components/
│   │   └── sections/
│   │   ├── _colors.scss
│   │   ├── _fonts.scss
│   │   ├── _functions.scss
│   │   ├── _variables.scss
│   │   ├── _mixins.scss
│   │   └── app.scss 
└── app.ts 

Tech Stack

About

This is a starter to automate the front-end development process of a Shopify app with Gulp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published