eqmvii / Phoenix-Elixir-HelloWorld

Toying around with Phoenix and Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World in Phoenix

To start the server up:

mix phx.server

Pre-packaged instructions

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Toying around with Phoenix and Elixir


Languages

Language:Elixir 77.8%Language:JavaScript 14.0%Language:HTML 8.0%Language:CSS 0.2%