You need to have Elixir v1.3 and PostgreSQL installed.
- Install dependencies with
mix deps.get
- Install npm packages with
yarn install or npm install
- Build Angular project with
yarn build or npm run build
- Create and migrate database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:3000
from your browser.