Phoenix LiveView Tutorial: Bootstrap Your Messenger App
We're back with the first practical part of our **Modern Talking with Elixir** series, and this time we'll get the initial setup for our Phoenix LiveView-based Messenger app up and running.
We'll prepare our app for Phoenix LiveView and install all needed dependencies, design the app's Ecto schemas, related contexts, and database structure, to accommodate for the app's business logic.
**As of November 2020, the latest Phoenix LiveView version is 0.14.8 - and the series has been updated to match it!**