A productive web framework that does not compromise speed and maintainability.
See the official site at http://www.phoenixframework.org/
API documentation is available at http://hexdocs.pm/phoenix
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.
$ 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.
Note that path/to/your/app
must be within the directory containing the Phoenix source code. This is so that a relative path can be used for the :phoenix
dependency.
$ npm install
$ npm install -g brunch
$ brunch watch
- #elixir-lang on freenode IRC
- Issue tracker
- phoenix-talk Mailing list (questions)
- phoenix-core Mailing list (development)