Skip to content

savagecorp/grunt_baseplate

Repository files navigation

Getting Started with Grunt.

  1. Install Node, by clicking install on the Node website

  2. Update package.json with your new project name, (lowercase_underscore).

  3. (install Grunt via node package manager) In Terminal run npm install -g grunt-cli

  4. (optional: customize files) Go into the Gruntfile.js and update file path accordingly to your images directory / scss & css / files to watch etc...

  5. (start up grunt & watch) In Terminal run: grunt

  6. (start up grunt server, so you can use things like typekit) In Terminal run: grunt connect. In your browser go to http://localhost:4000

All installed packages can be seen in the package.json file, and installation customizations are taken care of in the Gruntfile.js. Search for other packages and installations through the Node Package Manager.

About

A baseplate for getting started with Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published