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.
npm install
node app.js
open http://localhost:3000
npm install
webpack -p
Host index.html and bundle.js wherever you want.