jesteracer / phoenix

A highly connected web framework for the Elixir programming language

Home Page:http://www.phoenixframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phoenix logo

Elixir Web Framework targeting full-featured, fault tolerant applications with realtime functionality

Build Status Inline docs

Getting started

See the official site at http://www.phoenixframework.org/

Documentation

API documentation is available at http://hexdocs.pm/phoenix

Contributing

We appreciate any contribution to Phoenix, so check out our CONTRIBUTING.md guide for more information. We usually keep a list of features and bugs in the issue tracker.

Running a Phoenix master app

$ cd installer
$ mix phoenix.new path/to/your/app --dev

The command above will create a new application, using your current Phoenix checkout thanks to the --dev flag.

Building phoenix.js

$ npm install
$ npm install -g brunch
$ brunch watch

Important links

About

A highly connected web framework for the Elixir programming language

http://www.phoenixframework.org

License:MIT License


Languages

Language:Elixir 92.8%Language:JavaScript 7.2%