Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxmtr/gulp-pug-sass-boilerplate
Sass & Pug boilerplate using Gulp + BrowserSync
https://github.com/alxmtr/gulp-pug-sass-boilerplate
browsersync gulp gulp-starter pug sass
Last synced: about 20 hours ago
JSON representation
Sass & Pug boilerplate using Gulp + BrowserSync
- Host: GitHub
- URL: https://github.com/alxmtr/gulp-pug-sass-boilerplate
- Owner: alxmtr
- Created: 2019-02-21T12:05:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T18:10:20.000Z (almost 4 years ago)
- Last Synced: 2024-01-11T00:55:49.940Z (10 months ago)
- Topics: browsersync, gulp, gulp-starter, pug, sass
- Language: JavaScript
- Size: 640 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-pug-sass-boilerplate
Sass & Pug boilerplate using Gulp + BrowserSync### Usage
- Clone this repository
```
git clone https://github.com/zhyar/gulp-pug-sass-boilerplate
```
- Install the dependencies
```
yarn install
```
- You also need to install the gulp command line utility
```
yarn global add gulp-cli
```
- And you're ready to run the `gulp` commandThe default task will start watching the files and run the BrowserSync server.