An open API service indexing awesome lists of open source software.

https://github.com/silvestrevivo/gulp-starter

Project starter template built with Gulp. Sync up HTML, SASS and JavaScript.
https://github.com/silvestrevivo/gulp-starter

css3 gulp gulp-tasks html5 javascript starter-template templates

Last synced: 2 months ago
JSON representation

Project starter template built with Gulp. Sync up HTML, SASS and JavaScript.

Awesome Lists containing this project

README

          

# gulp-starter

Project starter template in Gulp to sync up HTML, SASS, JavaScript and Bootstrap 3. To see a demo: https://silvestrevivo.github.io/gulp-starter/

### gulp scheme

---

![Alt text](https://silvestrevivo.github.io/gulp-starter/dist/img/gulpschema.png "gulp scheme")

### instructions

---

1. Ensure you have gulp installed as global

* sudo npm install gulp -g

2. In the project folder

* npm install

3. Run in the terminal

* $ gulp => automatic reload for HTML, SASS and JS files

#### dependencies

---

* $ npm install --save-dev gulp-sass

* $ npm install --save-dev gulp-plumber

* $ npm install --save-dev gulp-minify-css

* $ npm install --save-dev gulp-uglify

* $ npm install --save-dev gulp-concat

* $ npm install browser-sync gulp --save-dev

* $ npm install --save-dev gulp-autoprefixer

* $ npm install gulp-sourcemaps