Skip to content

helloworld02202/questionsJs

Repository files navigation

questionsJs

Inspired by Firebase & AngularJS TodoMVC Example

Configuration

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/";

How to install node and npm

Local webserver

yeoman server

$ npm install -g yo

Unit Testing with Karma

Installation

$ 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

Installation

npm install -g protractor
webdriver-manager update & webdriver-manager start

Test case: test/e2e/*

$ protractor protractor.conf.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published