Run terminal iex -S mix
iex (1)> {:ok, _pid} = Plug.Cowboy.http(ServerElixir.WebServer,[])
Access http://localhost:4000
Hello World
Shutdown
iex (2)> Plug.Cowboy.shutdown(ServerElixir.WebServer.HTTP)
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/server_elixir.