/myAngular

Working through building your own angularJS

Primary LanguageJavaScript

#myAngular

Working through building angularJS from the ground up

##Setup

  1. clone repository
  2. run npm install

##Tasks

  1. gulp
  • will run gulp watch
  1. gulp watch
  • will watch src files to run linting
  • will watch src & test files to run tests
  1. gulp test
  • run tests once in command line
  1. gulp test:watch
  • run tests continuously in command line
  1. gulp test:web
  • run tests in web w/ livereload
  1. gulp lint
  • will run jshinting on src files