New Projcet
Create new phoenix project
mix phx.new hello --no-tailwinds
cd hello
mix ecto.create
mix phx.serverTest
curl get 127.0.0.1:4000Enable public web browsing
vi config/dev.exs
# http: [ip: {0, 0, 0, 0}, port: 4000],Create new phoenix project
mix phx.new hello --no-tailwinds
cd hello
mix ecto.create
mix phx.serverTest
curl get 127.0.0.1:4000Enable public web browsing
vi config/dev.exs
# http: [ip: {0, 0, 0, 0}, port: 4000],