Skip to content

douglasevaristo/grunt-boilerplate-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunt Boilerplate

A base to start and deploy your project usign Grunt: The JavaScript Task Runner

Getting Started

  • First, you need to have Node.JS and NPM installed.

  • Clone Grunt Boilerplate

$ git clone https://github.com/vagnervjs/grunt-boilerplate.git
  • Enter in the folder
$ cd grunt-boilerplate
  • Install dependencies
$ sudo npm install
  • Change package.json file adding your project's info

  • Change the deploy remote host (if you want to deploy)

deploylive: {
	src: './dist/',
	dest: '/var/www/yourproject',
	host: 'root@yourhost',
	recursive: true,
	syncDest: true	
}
  • Customize and add grunt tasks for your needs

  • When everything is ok, just run

$ sudo grunt

License

Code is under MIT license © Vagner Santana.

About

A base for start and deploy a project using Grunt: The JavaScript Task Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • HTML 13.4%
  • CSS 6.8%