- Install dependencies with
mix deps.get
- Install NPM
cd assets
and runnpm i
To start your Phoenix server:
- Create and migrate your database with
mix ecto.setup
- Run migration
mix ecto.migrate
- Seed data for users table
mix run priv/repo/seeds.exs
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.