GitXplorerGitXplorer
B

infections

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0178c95c601b62ba56c2976fb256a5e089484ac4

0.0.17

BBrianGenisio committed 9 years ago
Unverified
82625a3813332783123c93e1697d86beb9b980a7

forget Travis. Not worth debugging it any further for this application

BBrianGenisio committed 9 years ago
Unverified
bd894d0271e6edb4eef18af0373a02bca7d23d41

still trying to figure out why testem is failing on CI

BBrianGenisio committed 9 years ago
Unverified
e9ff543b317373cd459d52713e5d70c75f9117c2

Still trying to get the travis build to succeed

BBrianGenisio committed 9 years ago
Unverified
9e0947025f8803bf18010d106f5c5b48d7c58c8c

debugging the travis unit test failure

BBrianGenisio committed 9 years ago
Unverified
edfb4643eafb317f5a55a90fac03895da2c555e4

0.0.16

BBrianGenisio committed 9 years ago

README

The README file for this repository.

Infections Demo

Demo it

This demo has been deployed (via gh-pages) to BrianGenisio.com/infections.

Build it

git clone https://github.com/BrianGenisio/infections.git
cd infections
npm install
npm run build

Run it

You can run the app by running npm run serve and point your browser to localhost:8080.

Test it

You can run the unit tests by running npm test