Skip to content

Productive. Reliable. Fast. Most web frameworks make you choose between speed and a productive environment. Phoenix gives you both.

License

Notifications You must be signed in to change notification settings

cblage/phoenix

 
 

Repository files navigation

phoenix logo

Productive. Reliable. Fast. Most web frameworks make you choose between speed and a productive environment. Phoenix gives you both.

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

Productive. Reliable. Fast. Most web frameworks make you choose between speed and a productive environment. Phoenix gives you both.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 90.1%
  • JavaScript 9.9%