Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 609 Bytes

PhoenixAutoSave

This is a demo project that showcases real-time auto save with Phoenix LiveView.

Also see the blog post.

To start:

  • Install dependencies with mix deps.get
  • Run Postgres using Docker with docker-compose up -d or update config/dev.exs if you are running it some other way.
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server