Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 332 Bytes

File metadata and controls

25 lines (16 loc) · 332 Bytes

LiveView Studio

Installation

  1. Set up the project:

    mix setup
  2. Fire up the Phoenix endpoint:

    mix phx.server
  3. Visit localhost:4000 from your browser.

App Generation

This app was generated using:

mix phx.new live_view_studio --live