To start your Phoenix app:
mix deps.get
mix ecto.create && mix ecto.migrate
npm install
or yarn
config/{env}.example.secret.exs
file without example
mix phoenix.gen.secret
)mix phoenix.server
mix mixdown.adduser
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.