LucasWinkler / gulp-boilerplate

A simple boilerplate for front-end web development - using Gulp v4
https://lw-gulp-boilerplate.netlify.com/
MIT License
26 stars 8 forks source link
boilerplate browsersync css3 gulp html5 livereload sass scss

Gulp Boilerplate Build Status

A simple boilerplate for front-end web development which uses Gulp v4.

This is my first time trying gulp so it won't be perfect. I just wanted to create a basic template to work off of with a file structure I liked.

Features

Getting Started

Follow these steps in order to get the website up and running locally on your machine.

Installation

Building

Extras

File Structure

├── app
│   ├── images
│   │
│   ├── js
│   │   ├── main.js
│   │   │
│   │   └── vendors
│   │
│   └── scss
│       ├── abstracts
│       │
│       ├── base
│       │
│       ├── pages
│       │
│       └── main.scss
│
└── build
    ├── images
    │
    ├── js
    │   ├── app.min.js
    │   │
    │   └── vendors.min.js
    │
    └── css
        └── styles.min.css

Tips