ng-tube A sleek AngularJS Application to browse youtube videos Installation npm install -g grunt-cli npm install grunt install Development grunt dev Go to: http://localhost:8888 Testing Run all tests with grunt test Unit Testing Single run tests grunt test:unit Auto watching tests grunt autotest:unit End to End Testing (Protractor) Single run tests grunt test:e2e Auto watching tests grunt autotest:e2e Coverage Testing grunt coverage