/ractive-word-qlock

Web-based word clock

Primary LanguageJavaScriptMIT LicenseMIT

Sample

Web-based word qlock using:


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.