Inspired by Firebase & AngularJS TodoMVC Example
Please change this firebase URL to your app URL. Otherwise, it won't work.
Change this file: /js/controllers/todoCtrl.js
var url = "https://classquestion.firebaseio.com/" + roomId + "/questions/";
yeoman server
$ npm install -g yo
Unit Testing with Karma
$ npm install -g karma karma-cli karma-coverage karma-chrome-launcher karma-jasmine
Test case: test/unit/*
$ karma start karma.conf.js
End-to-End Testing with Protractor
npm install -g protractor
webdriver-manager update & webdriver-manager start
Test case: test/e2e/*
$ protractor protractor.conf.js