Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timonbandit/easytemplate
Quick start template based on BoilerPlate + Bootstrap + Sass + Gulp
https://github.com/timonbandit/easytemplate
boilerplate gulp livereload
Last synced: 3 months ago
JSON representation
Quick start template based on BoilerPlate + Bootstrap + Sass + Gulp
- Host: GitHub
- URL: https://github.com/timonbandit/easytemplate
- Owner: timonbandit
- Created: 2016-01-10T08:23:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T15:08:03.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T10:10:57.631Z (almost 2 years ago)
- Topics: boilerplate, gulp, livereload
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick start template based on simple BoilerPlate + Bootstrap + Sass + Gulp + Babel
=============
Easy HTML Sceleton based on simple BoilerPlate, Bootstrap and Sass with Gulp.Gulp has 5 main tasks:
- `yarn dev`/`npm run dev` (Main development task with files watching and a server with livereload)
- `yarn build`/`npm run build` (Building project task. CSS+JS+Images processing)
- `gulp deploy` (For deployment via SSH, you need to set host, login/pass and path in gulpfile.js)
- `gulp publish` (For publishing app folder, exclude `src`, to your GitHub Pages. Need to have repository. [Read more here - gh-pages](https://github.com/tschaub/gh-pages))
Including:
- LiveReload
- Compressing images (optipng, pngquant)
- Compressing JS (uglify)
- Compressing CSS (csso)
- Vendor prefixes in CSS (autoprefix)
- Babel
- [gh-pages](https://github.com/tschaub/gh-pages)