Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 873 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 873 Bytes

Babyweeks

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.

Local development

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.

Libaries used:

About me