Simple app that displays the clock using NodeJS
You need NodeJS and npm installed on your system. Once installed run npm install
in the root directory of this project and npm start
to start the server. Once the server has been started open the browser and go to http://localhost:3000 to see the clock in action.