Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 509 Bytes

File metadata and controls

28 lines (20 loc) · 509 Bytes

Score-Keep

A simple web app built with Meteor, React and MongoDB that keeps track of users points, ranks and more.

Live Demo

Getting Started:

First you need to download and install Meteor on your machine.

Then clone the repo and run the following:

meteor npm install

then:

meteor

and then visit localhost:3000

Running the tests

All you need to do is run the following command:

npm test

Enjoy!