Skip to content

ioanok/grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[grunt boilerplate]

Quick start

- install node.js and NPM on your machine
- install globally the grunt command line interface by running
npm install -g grunt-cli
- clone the repository:
git clone https://github.com/ioanok/grunt
- install dependencies by running
cd grunt
npm install // to install the dependencies from package.json
- run grunt
grunt 
- install additionally grunt packages in your project with command
npm install grunt-plugin-name --save-dev // add plugin package in package.json automatically

About

Learning and testing grunt task runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published