To start your Phoenix server:
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
npm --prefix assets install
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4400/login
from your browser.
Ready to run in production? Please check our deployment guides.
-
Chris's OG Article: https://dockyard.com/blog/2018/12/12/phoenix-liveview-interactive-real-time-apps-no-need-to-write-javascript
-
Chris's Conference Talks:
-
LiveView: https://github.com/phoenixframework/phoenix_live_view
-
LiveView Examples: https://github.com/chrismccord/phoenix_live_view_example
-
Adam's Lucidboard Project: https://github.com/djthread/lucidboard