August 2025
Intermediate to advanced
294 pages
6h 59m
English
We’ve talked a lot about Tunez the web app, but we haven’t even looked at the app in an actual browser yet. Now that we have a fully functioning resource, let’s integrate it into the web interface so we can see the actions in, well, action!
In the app folder, start the Phoenix web server with the following command in your terminal:
| | $ mix phx.server |
| | [info] Running TunezWeb.Endpoint with Bandit 1.7.0 at 127.0.0.1:4000 (http) |
| | [info] Access TunezWeb.Endpoint at http://localhost:4000 |
| | [watch] build finished, watching for changes... |
| | ≈ tailwindcss v4.1.4 |
| | |
| | Done in [time]ms. |
Once you see that the build is ready to go, open a web browser at http://localhost: 4000, and you can see what we’ve ...
Read now
Unlock full access