Run docker compose to start the database and other services:
docker compose up -dFetch Elixir dependenices and setup the database:
mix setupNext, install Phoenix's JavaScript dependencies:
$ npm i --prefix assetsTo start your Phoenix server:
- Start services with
docker compose up -d - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
When in dev, it is possible to browse our component in Storybook (work in progress).
In order to do so, go to http://localhost:4000/storybook.