Schmoilerplate boilerplate is meant to be a starting point from which frontend developers can quickly get up and running.
$ git clone [email protected]:GulchGroup/schmoilerplate.git
or download the zip, then at the command line within the root directory:
$ sudo npm install
$ gulp
-
Gulp integration
- Sass processing
- Sass minification
- Sass GZip
- JS lint
- Starts server
- Opens browser window to server location
- Watches CSS, HTML, and JS files for changes and reloads in browser using Livereload
- Monitors and logs errors to the console seamlessly
-
Mixins
- Commonly used mixins
-
Responsive functionality with predefined mixins
-
Basic file structure