Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 506 Bytes

dboard

Build Status

A minimal app displaying clock, weather and who-know-what.

To Use

To run this repository you'll need Node.js (which comes with npm) installed on your computer. :

npm install
npm start

Re-compile automatically

To recompile and restart app automatically on file change run:

npm run watch