Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.19 KB

File metadata and controls

30 lines (21 loc) · 1.19 KB

LiveViewTodos

This project is a demonstration of how to get started with Phoenix LiveView, and follows along with this Phoenix LiveView tutorial by Dennis Beatty.

The tutorial is organized by commits so that you can make sure that each step looks the same for your project and this one. Feel free to reach out to Dennis on Twitter if you have any questions!

Development

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more