Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aborn/elegant-web
- Owner: aborn
- Created: 2015-08-23T09:27:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T15:52:31.000Z (about 9 years ago)
- Last Synced: 2023-06-17T08:40:18.230Z (over 1 year ago)
- Language: JavaScript
- Size: 7.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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