/live_view_workshop

6-9-22 live view workshop

Primary LanguageElixir

Phoenix LiveView Workshop

To start let's run:

make setup

That will install dependencies and compile the code.

Then run:

make server

Now you can visit localhost:4000 from your browser.

image