This is a demo application of Elixir Phoneix LiveView it computes a baby's age in weeks. The app is currently deployed on Heroku here: babyweeks.herokuapp.com.
This application does not use a database.
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
- To start with iex
iex -S mix phx.server
Now you can visit localhost:4000
from your browser.
- kenglish.co website: kenglish.co