You can develop directly in a container with vscode devcontainer or neovim devcontainer
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Create some fake accounts
mix fake_accounts
- Compile assets
cd assets && yarn install & cd ..
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
https://unsplash.com/photos/eXVd7gDPO9A https://unsplash.com/photos/mbGxz7pt0jM