marka2g / pragprog-book-tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meow

This is the reference implementation of the demo project of the book Build Table Views with Phoenix LiveView.

You can find the starter version of the application to which we'll add the code step-by-step in pragprog-book-tables-starter-app.zip. It was created by the super kind @thebrianemory who went through the book backwards and removed all code that we added! Now, you can download that version and add the code from the book step-by-step yourself. Super great work, Brian! Thank you so much! ❤️💛💙💚🧡

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more

About


Languages

Language:Elixir 78.9%Language:CSS 14.3%Language:JavaScript 4.2%Language:HTML 2.6%