m10l / front-end-boilerplate

Simple front end boilerplate. H5BP + Sass + Gulp.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front End Boilerplate

A good starting point

Installation dependencies

Things you need to already have set up

  • Node.js (if you use homebrew, just brew install node)
  • Bower npm install -g bower
  • Gulp npm install -g gulp
  • httpster npm install -g httpster

Setting up

  1. Clone / pull / grab this repo git init && git pull https://github.com/m10l/front-end-boilerplate.git
  2. Install Node.js modules npm install
  3. Install Bower dependencies bower install

Working

  1. Run Gulp.js file watcher task gulp, or run npm start to watch files and spin up a simple server (httpster)
  2. Work on files in the development directory. Sass changes will be automatically compiled to CSS

If you want to add in any additional JavaScript files to the project, add them into the <!-- build:js scripts/scripts.js --> block in index.html

Creating a Build

  1. Create a build with Gulp.js: gulp build

About

Simple front end boilerplate. H5BP + Sass + Gulp.js


Languages

Language:CSS 70.9%Language:JavaScript 29.1%