Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gateway

PORT - 9999

$ # created with
$ mix phx.new gateway --no-assets --no-ecto --no-html --no-gettext --no-mailer --no-live
$ # setup and run localy
$ mix setup
$ iex --no-pry --sname node1 -S mix phx.server
$ # shortcut
$ iex --no-pry -S mix run