gulp-starter
gulp-starter copied to clipboard
:rocket: Gulp starter template
Gulp Starter
Gulp Starter is a project template which uses Gulp to compile CSS to SASS, minimise CSS and JS files, optimising images, Browsersync for time-saving while development and much more!
Installing
git clone https://github.com/ummahusla/Gulp-Starter.git folder-namecd /folder-name && npm installgulp
You should see very similar output in console
[10:53:52] Using gulpfile /folder-name/gulpfile.js
[10:53:52] Starting 'default'...
[10:53:52] Starting 'sass'...
[10:53:52] Starting 'browser-sync'...
[10:53:52] Finished 'browser-sync' after 12 ms
[BS] Access URLs:
---------------------------------------
Local: http://localhost:3000
External: http://192.168.15.166:3000
---------------------------------------
UI: http://localhost:3001
UI External: http://192.168.15.166:3001
---------------------------------------
[BS] Serving files from: app
[BS] 1 file changed (styles.css)
[10:53:52] Finished 'sass' after 146 ms
[10:53:52] Starting 'watch'...
[10:53:52] Finished 'watch' after 18 ms
[10:53:52] Finished 'default' after 167 ms
Dependencies
browser-syncdelgulpgulp-cachegulp-cssnanogulp-ifgulp-imagemingulp-sassgulp-uglifygulp-userefgulp-autoprefixerrun-sequence
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
License
MIT License