Skip to content

Boilerplate for starting HTML, CSS, and JS projects.

Notifications You must be signed in to change notification settings

prose100/Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML, CSS, and JS Boilerplate

This boilerplate provides a kickstart for HTML, CSS, and JS projects.

Overview

  • Assets include cdns for Bootstrap and jQuery, Modernizr 2.8.3, and Skeleton 2.0.4
  • Font Awesome cdn
  • Respond.js and HTML5Shim cdns
  • Easily modifiable index.html template to use either Bootstrap, Skeleton, or none
  • Boilerplate app.js and style.less templates
  • Boilerplate for organization of Less files
  • Mixins for Less
  • GruntFile.js to build dist directory
  • Commonly used pngs (facebook, twitter, google, and others) included
  • Commonly used features (slider plugin and JS for navigation arrow) included, easily removeable if desired
  • Easily employable structure to add unique fonts (Franklin Gothic Demi Cond Regular.ttf included)

Getting Started

Downloading the latest changes

Simply Download or Fork this repository

If you want to build the boilerplate, using Grunt's features

  1. Install NodeJS.
  2. Install the Grunt CLI To install by running npm install -g grunt-cli. More details are available on their website http://gruntjs.com/getting-started.
  3. Install the NPM dependencies by running npm install.
  4. The build can now be called by running grunt.

About

Boilerplate for starting HTML, CSS, and JS projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published