Skip to content

ChrisBoesch/angular-education

Repository files navigation

Build Status

Angular Education GUI

An AngularJS-based user interface for an eduction webstie to serve videos and ask questions about the video content

Installation

  1. npm install -g grunt-cli
  2. npm install
  3. grunt install

Development

  1. grunt dev
  2. 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

About

Education application based on Angularjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published