Ensure that the following is installed on your computer:
- Clone the repository:
git clone [email protected]:michaelthorne/boilerplate.git
- Change to the directory you cloned the repository into: e.g.
cd boilerplate
- Run the node install command which downloads the required Grunt plugins:
npm install
- Start the local server and watch task:
grunt serve
- HTML:
grunt validation:build
- CSS:
grunt csslint:build
- JavaScript:
grunt jshint:build
less/
base/
anchors.less
base.less
forms.less
grid.less
headings.less
helpers.less
hr.less
paragraphs.less
print.less
generic/
mixins.less
reset.less
variables.less
objects/
media.less
vendor/
font-awesome.less
normalize.less
style.less
- Breakpoints, Colors, Fonts
less/generic/variables.less
- Clearfix, Fluid Embeds, Text Utilities
less/base/helpers.less
- Transforms, Transitions
less/generic/mixins.less
The following scripts are included for IE8 and below:
This project is inspired by the original HTML5 Boilerplate.