SanRam / static-website-starter-kit

Basic starter-kit to manage little web projects. Based on ES6, PostCSS, Gulp and BrowserSync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static website starter-kit

Personnal starter kit to manage little web projects.

Setup

  • Download the repo
  • npm install gulp -g
  • npm install
  • gulp

Gulp tasks

  • gulp - Development task (hot reload, watch, etc.)
  • gulp clean - Clean build folder
  • gulp prod - Production task (clean, minify, etc.)

Features

  • Gulp to compile the project
  • Babel ES6 transpiler
  • PostCSS for the CSS styles
  • Browsersync hot reload of your front
  • BEM (Block, Element, Modifier) methodology

About

Basic starter-kit to manage little web projects. Based on ES6, PostCSS, Gulp and BrowserSync


Languages

Language:CSS 57.0%Language:JavaScript 35.2%Language:HTML 7.8%