https://github.com/bestguy/ractive-word-qlock
Web-based word clock
https://github.com/bestguy/ractive-word-qlock
Last synced: 10 months ago
JSON representation
Web-based word clock
- Host: GitHub
- URL: https://github.com/bestguy/ractive-word-qlock
- Owner: bestguy
- License: mit
- Created: 2016-02-24T18:05:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T21:37:28.000Z (over 10 years ago)
- Last Synced: 2025-04-08T03:43:06.454Z (about 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Web-based word qlock using:
* [Ractive](http://www.ractivejs.org/)
* [ES6 (via BabelJS)](http://babeljs.io/)
* [Webpack](http://webpack.github.io)
* [Animate.css](https://daneden.github.io/animate.css/)
----
## Install & Run:
### Development:
npm install
node app.js
open http://localhost:3000
### Production:
npm install
webpack -p
Host index.html and bundle.js wherever you want.