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.
- Host: GitHub
- URL: https://github.com/silvestrevivo/gulp-starter
- Owner: silvestrevivo
- Created: 2017-02-16T12:43:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T16:53:07.000Z (over 8 years ago)
- Last Synced: 2025-03-20T15:17:00.994Z (about 1 year ago)
- Topics: css3, gulp, gulp-tasks, html5, javascript, starter-template, templates
- Language: CSS
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---

### 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