From bacbf0a3b437f6b312bc7a916c11cc0b643b69cd Mon Sep 17 00:00:00 2001 From: Marc Planard Date: Thu, 7 Apr 2022 19:35:31 +0200 Subject: [PATCH] update Readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d87462a..c22dedd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # elixir_channels_demo -Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end. \ No newline at end of file +Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end. + +## Quick Startup: + +> mix deps.get + +Then: + +> mix phx.server + +or: + +> iex -S mix phx.server