To start your new Phoenix application:
- Install dependencies with
mix deps.get
- Setup your database and seed some content:
$ mix ecto.create
$ mix ecto.migrate
$ mix run priv/repo/seeds.exs
$ npm install
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Copyright (c) 2015 Chris McCord