Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/526avijitgupta/leaderboard-meteor
A Meteor Starter App
https://github.com/526avijitgupta/leaderboard-meteor
Last synced: about 5 hours ago
JSON representation
A Meteor Starter App
- Host: GitHub
- URL: https://github.com/526avijitgupta/leaderboard-meteor
- Owner: 526avijitgupta
- Created: 2015-07-06T07:12:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T19:25:40.000Z (over 9 years ago)
- Last Synced: 2024-11-15T23:37:42.674Z (2 months ago)
- Language: HTML
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leaderboard-meteor
A Meteor Starter App. (Under development currently)## Getting Started
Leaderboard is an example application that was designed by the Meteor Development Group to show off what Meteor could do with very few lines of code.### Installation
Install Meteor - `curl https://install.meteor.com/ | sh`### Run
* From the project root directory - `meteor run`
* Visit http://localhost:3000### Features
* Create an account/Login through an existing one.
* List of players - New players can be added, existing ones can be removed.
* Players are ranked according to their score.
* Real-time updation of the view according to the user actions.
* Clean and responsive UI - Built with Bootstrap.