New Projcet

Create new phoenix project

mix phx.new hello --no-tailwinds
cd hello
mix ecto.create
mix phx.server

Test

curl get 127.0.0.1:4000

Enable public web browsing

vi config/dev.exs
# http: [ip: {0, 0, 0, 0}, port: 4000],