ZXYCir / elixirconf_training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElixirConf 2015 Training – Collaborative Information System

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Setup your database and seed some content:
$ mix ecto.create
$ mix ecto.migrate
$ mix run priv/repo/seeds.exs
$ npm install
  1. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Copyright (c) 2015 Chris McCord

About


Languages

Language:JavaScript 71.6%Language:CSS 19.4%Language:Elixir 7.4%Language:HTML 1.6%