Skip to content

ahabeb/socialPlugin

 
 

Repository files navigation

socialPlugin

Social wall

##How to run and test ###Prerequisite are node.js,bower,npm,karma, karma-coverage

$ npm install -g karma-cli
$ npm install -g karma-coverage
$ npm install -g bower

###Install bower and node dependencies

$ bower install
$ npm install

###Run the test cases

$ npm test
Or
$ karma start --reporters progress

###Run the test cases to see coverage

$ karma start

###Installnode dependencies

$ npm install

About

Social wall

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.7%
  • HTML 6.7%
  • CSS 1.6%