To start this example:
- Run
git clone https://github.com/BartOtten/phoenix_live_favicon_example - Go inside the folder with
cd phoenix_live_favicon_example - Install dependencies with
mix deps.get - Install assets with
cd assets/js/ && npm install esbuild --save-dev && cd ../../ - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.