To start your Demo server:
- Install asdf
- Install Elixir, Erlang & node with asdf
asdf install
- Install dependencies with
mix deps.get
- Install node modules with
(cd assets && npm install)
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
mix test