Built with the Phoenix Framework and based on Toby Pitman's example of CSS3 and jQuery clock.
It uses the timex date/time library.
To start your new Phoenix application you have to:
- Clone this repo, then cd to the new directory
- Install node modules with
npm install
- Install dependencies with
mix deps.get
- Start Phoenix router with
mix phoenix.server
Now you can visit localhost:4000
from your browser.