https://github.com/devanb/leaderboard-meteor
A small application to show the basics of MeteorJS
https://github.com/devanb/leaderboard-meteor
Last synced: 8 months ago
JSON representation
A small application to show the basics of MeteorJS
- Host: GitHub
- URL: https://github.com/devanb/leaderboard-meteor
- Owner: DevanB
- Created: 2015-06-15T21:22:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T21:26:51.000Z (about 11 years ago)
- Last Synced: 2025-02-24T11:19:18.126Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leaderboard-meteor
Leaderboard is a small, simple Meteor application I built to show the basics of MeteorJS.
To run, make sure you have meteor installed with:
`curl https://install.meteor.com/ | sh`
Once you verified Meteor is installed, clone this repository, navigate to the folder and run:
`meteor`
This will start a fresh Leaderboard application.
*Note: you will have to sign up to use the application.*