Skip to content

hdngr/advanced-gulp-example

Repository files navigation

advanced-gulp-example

This repo is a tool for my Treehouse course on Gulp.

This code was generated with the generator-gulp-angular Yeoman Generator.

Getting Started

The site was already scaffolded with Yeoman, but you will need bower, so install yeoman globally:

npm install -g yeoman

You should have gulp installed globally as well:

npm install -g gulp

Clone this repo:

git clone <this-repo>

Install the project's node modules and bower components:

cd <this-repo>
npm install
bower install

Now you can run gulp commands!

e.g.:

gulp serve
gulp build
#etc!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published