Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtereshyn/gulp-scss-boilerplate
π
π§Quick start for markup development.
https://github.com/vtereshyn/gulp-scss-boilerplate
boilerplate gulp scss
Last synced: 7 days ago
JSON representation
π π§Quick start for markup development.
- Host: GitHub
- URL: https://github.com/vtereshyn/gulp-scss-boilerplate
- Owner: vtereshyn
- Created: 2018-02-28T10:09:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T01:22:41.000Z (over 4 years ago)
- Last Synced: 2024-12-07T00:34:51.082Z (2 months ago)
- Topics: boilerplate, gulp, scss
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-scss-boilerplate
## Quick start in website development with HTML5/CSS3 using Sass/Scss and Javascript.
### Tasks
- compiling pre-processors to CSS
- automatic page reload (browser-sync)
- CSS files compression
- images compression
- create production build (available later in dist folder)### Quick start with boilerplate:
```ssh
git clone https://github.com/vtereshyn/gulp-scss-boilerplate.git
cd gulp-scss-boilerplate;
npm i
npm run watch
```### To build project
```ssh
npm run build
```