https://github.com/pyk/too-old
Simple apps to measure how old are you now with precisly. built using AngularJS aand Bootstrap
https://github.com/pyk/too-old
Last synced: about 1 year ago
JSON representation
Simple apps to measure how old are you now with precisly. built using AngularJS aand Bootstrap
- Host: GitHub
- URL: https://github.com/pyk/too-old
- Owner: pyk
- Created: 2014-01-16T08:57:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T15:08:48.000Z (over 12 years ago)
- Last Synced: 2025-02-07T17:22:38.972Z (over 1 year ago)
- Language: CSS
- Homepage: https://pyk.github.io/too-old
- Size: 321 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
too old
=======
Simple apps to measure how old are you now with precisly. built using
[AngularJS][ng] and [Bootstrap][bt], see live here [atpyk.org/too-old][to]
### try it locally
1. clone this repository
``` shell
$ git clone https://github.com/pyk/too-old.git too-old && cd too-old
```
2. get all dependencies
``` shell
$ npm install
$ bower install
```
3. run the server (note: grunt-cli is required)
``` shell
$ grunt server
```
browse on localhost port 8000
[ng]: http://angularjs.org
[bt]: http://getbootstrap.com
[to]: http://atpyk.org/too-old