Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 620 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 620 Bytes

Example of channels in Phoenix Framework

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:

  1. Clone this repo, then cd to the new directory
  2. Install node modules with npm install
  3. Install dependencies with mix deps.get
  4. Start Phoenix router with mix phoenix.server

Now you can visit localhost:4000 from your browser.