https://github.com/snugug/graded-components
Code example of http://www.filamentgroup.com/lab/grade-the-components.html
https://github.com/snugug/graded-components
Last synced: 11 months ago
JSON representation
Code example of http://www.filamentgroup.com/lab/grade-the-components.html
- Host: GitHub
- URL: https://github.com/snugug/graded-components
- Owner: Snugug
- License: mit
- Created: 2015-01-06T19:27:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T13:37:35.000Z (over 11 years ago)
- Last Synced: 2025-07-18T07:40:37.156Z (11 months ago)
- Language: JavaScript
- Size: 879 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graded Component
This is a code example of Filament Group's [graded component](http://www.filamentgroup.com/lab/grade-the-components.html).
I've added grading in for network latency as as what is prescribed in the writeup. I've also made it responsive to itself with [eq.js](https://github.com/snugug/eq.js). The Sass is a little sloppy, but I'm kinda OK with that for now.
## Installing
Run the following:
```bash
$ npm install -g gulp
```
```bash
$ npm install && bower install && bundle install
```
## Running
```bash
$ gulp
```