Skip to content

bigcat/angular-midwestjs-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Training Labs and Slides Project

Labs

Lab markdown files are located in the labs folder

Slide Deck

The slide deck is located in the slidedeck folder. You can access the slides using GitHub pages here

Dependencies

####Getting Started

  • Run npm install to install node dependencies
  • Run bower install to install client-side dependencies

####Grunt Commands grunt assemble

  • Minify/uglify the javascript source and css
  • Compiles jade
  • Stages everything in the dist folder

grunt run

  • Starts a server running on port 8001
  • Watches for changes on project files
  • When files change, the assemble task is re-run and
  • Livereload triggers browser update on assemble task completion

grunt publish

  • Publishes slides to GitHub pages
  • Uses git subtree merge to merge the contents of dist into the gh-pages branch

About

Slides and labs for AngularJS Workshop at MidwestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published