makecode / jello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp template (HTML, SASS, ES6)

HTML, SASS + autoprefixer, ES6 (babel), BrowserSync (livereload), include (html/js files). Gulp-template for frontend assembly.

System requirements
  1. NodeJS - download and run the installer.
  2. GulpJS - $ npm install -g gulp (MAC OS users need sudo).
How use
  1. Clone or download this repo in directory of your choice.
  2. Inside this directory run yarn install.
Start
$ gulp

BrowserSyn start automatically and show your IP in console.

Structure

/src/ - your working directory.

/build/ - compiled code. Never edit this folder.

Link library

By default, already connected:

  • Eric Meyer's “Reset CSS” 2.0

  • jQuery v1.11.3

  • some SASS mixins

Enjoy!

About


Languages

Language:HTML 83.1%Language:JavaScript 8.9%Language:CSS 8.0%