Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varya/scoreboard-experiment
https://github.com/varya/scoreboard-experiment
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/varya/scoreboard-experiment
- Owner: varya
- Created: 2013-10-23T13:42:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T11:55:37.000Z (almost 11 years ago)
- Last Synced: 2024-11-05T11:52:20.353Z (about 2 months ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A scoreboard application
Uses Telesport (by TMG) API, BEM and BEM_MVC---
## Installation Requirements:
- [node.js](http://nodejs.org/)
You may also consider [installing bem-tools locally to your environment](http://bem.info/tools/bem/installation/) for [ease of use](#an-easier-more-beautiful-way), though it is **not required**
---
## Installation:
So, how easy is it to get started with the app? *Super easy*.
It's as easy as...
1. ›`git clone git://github.com/bem/project-stub.git`
2. ›`cd project-stub`
3. >`npm install`
4. ›`./node_modules/bem/bin/bem server`*(hint: execute the above commands in your terminal)*
Now that `bem server` is running, check it out:
````
Navigate to: http://localhost:8080/desktop.bundles/index/index.html
````(here, have a link: [http://localhost:8080/desktop.bundles/index/index.html](http://localhost:8080/desktop.bundles/index/index.html))
---
[BEM](http://bem.info) is an abbreviation for Block-Element-Modifier. [BEM](http://bem.info) is a way to write code which is easy to support and develop.
For more information about the BEM metodology check out [http://bem.info](http://bem.info/).