murillocamargo / murillocamargo.github.io

My CV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-end-Boilerplate

Basic structure for front-end development

##Assets

###Framework

  • Bootstrap v3.3.7 (SASS version)

###Vendors

  • Jquery v3.3.1
  • Jquery Migrate v3.0.1
  • Modernizr v3.6.0

###Managers

  • Grunt
  • Bower

####Grunt plugins

  • Concurrent
  • Clean
  • Concat
  • Copy
  • Cssmin
  • Imagemin
  • SVGmin
  • JShint
  • Sass (grunt-sass with libsass)
  • Sass globbing
  • Uglify
  • Watch
  • Spritesmith
  • Usemin + Wiredep

##Usage

  1. Install dependencies, packages and initial structure
  $ npm install && bower install
  1. Build project
  $ grunt build
  1. Watch files
  $ grunt

About

My CV


Languages

Language:CSS 83.7%Language:JavaScript 12.9%Language:HTML 3.4%