A minimal app displaying clock, weather and who-know-what.
To run this repository you'll need Node.js (which comes with npm) installed on your computer. :
npm install
npm start
To recompile and restart app automatically on file change run:
npm run watch