Skip to content

speric/elixirconf_training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • CSS 19.7%
  • Elixir 7.5%