Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.88 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.88 KB

grunt-frontend-boilerplate

Simple Grunt boilerplate for frontend workflow

Full information and instructions can be found in my supporting article, A Beginner's Guide To Grunt: Redux.

Getting Started

To use the code download it, or clone it:

git clone https://github.com/matt-bailey/grunt-frontend-boilerplate.git

Then install the dependencies:

npm install

Do The Things

Simply run:

grunt

A number of other task aliases are available, such as grunt prod and grunt dev. Full details can be found in the accompanying article.

Included Stuff

Help...

Check out the supporting article, A Beginner's Guide To Grunt: Redux.

Feel free to Leave a comment on the article, or post an issue here on Github.


Created by Matt Bailey.