Skip to content

jpmclaughlin/pp-getset

Repository files navigation

pp-getset

A decent place to start for web projects using Bower and Grunt.

Getting Started

Tech Pre-requisites

Installation

  • Fork this repo.
  • Clone the forked repo to your local machine.
  • cd into the directory of your cloned repo.
  • Run npm install -g grunt-cli bower to globally install Grunt and Bower.
  • Run bower install to install Bower dependencies in the bower_components folder.
  • Run npm install to install Grunt dependencies in the node_modules folder.
  • Run grunt to generate all the necessary files.
  • Run grunt dev to start watching for file changes and run a local web server on port 9001 http://localhost:9001
  • (Optional but recommended) Install LiveReload and the browser extension to see your changes applied live.

About

A decent place to start for web projects using Bower and Grunt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published