To start your Phoenix server:
- Setup the project with
mix setup - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000 from your browser.
Testing custom components in an elixir phoenix live view.
This simple example will show a clock, as other examples used to do. But the clock will not show server time. Insead it will show a localized time string in the browsers local time.
This project is meant to be a test. If it works well a library will follow.