https://github.com/kirkstrobeck/reactions
https://github.com/kirkstrobeck/reactions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirkstrobeck/reactions
- Owner: kirkstrobeck
- Created: 2016-05-06T19:22:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T19:26:06.000Z (about 9 years ago)
- Last Synced: 2025-01-16T08:35:21.715Z (5 months ago)
- Language: HTML
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Reactions for Facebook
An extension in response to [this article](https://medium.com/@kirkstrobeck/facebook-reactions-d-202e1e4523d4#.lgiywnxl8)
```bash
php -S localhost:8000
watchify -t [ babelify --presets [ react ] ] src/index.js -o dist/index.js
less-watch-compiler src dist
```