phoenix-cms
phoenix-cms copied to clipboard
Headless CMS fun with Phoenix LiveView and Airtable
PhoenixCms
Headless CMS fun with Phoenix LiveView and Airtable.
Tutorial
- Introduction.
- The project set up and implementing the repository pattern.
- Content rendering using Phoenix LiveView.
- Adding a cache to the repository and broadcasting changes to the views.
How to run it locally
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
npm install
inside theassets
directory - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.