Skip to content

dnsbty/live_view_todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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