Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 779 Bytes

Counter

Simple counter app written in Elixir using the Phoenix Framework. Including topic, endpoints for subscribe/broadcast etc. <3

Get started

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more