8000 GitHub - yoonjeewoo/bookmark
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 10000 /div>

yoonjeewoo/bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

How to install node and npm

Local webserver

$ cd questionsJS (working directory)
$ sudo npm install -g karma
$ npm start

Note: you might encounter errors when installing karma. Scroll down to the "Trouble Shooting" section for a solution.

Unit Testing with Karma

Installation

$ sudo npm install -g karma karma-cli karma-coverage karma-chrome-launcher karma-jasmine

Test case: test/unit/*

$ karma start karma.conf.js

Installation with NPM

$ npm install

Test case: test/unit/*

$ npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0