Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aborn/elegant-web

elegant elixir web based on phoenixframework.
https://github.com/aborn/elegant-web

Last synced: 30 days ago
JSON representation

elegant elixir web based on phoenixframework.

Awesome Lists containing this project

README

        

# elegant-web
This web application build on phoenixframework, and use elixir-lang for dev.

## Dependency
1. elixir env.
2. install [phoenixframework](http://www.phoenixframework.org/docs/installation).
3. node 0.12+

## Start the app
1. Install node depedencies:
```
npm install
```
2. Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Refs
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: http://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix

## Update time
2015-08-23