Skip to content

2kodes/phoenix

This branch is 5813 commits behind phoenixframework/phoenix:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9a1e3a · Aug 22, 2015
Aug 18, 2015
Aug 21, 2015
Aug 22, 2015
Aug 19, 2015
Aug 21, 2015
Aug 19, 2015
Jul 14, 2015
Jun 4, 2015
Aug 21, 2015
Aug 17, 2015
Feb 15, 2014
Aug 17, 2015
Jul 19, 2015
May 9, 2015
Aug 19, 2015
Aug 20, 2015
Jul 29, 2015

Repository files navigation

phoenix logo

Productive. Reliable. Fast.

A productive web framework that does not compromise speed and maintainability.

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.

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.

Building phoenix.js

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

Important links

About

Productive. Reliable. Fast.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 90.2%
  • JavaScript 9.8%