Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigardone/phoenix-and-elm
Example application using Elixir, Phoenix and Elm
https://github.com/bigardone/phoenix-and-elm
elixir elixir-lang elm elm-lang phoenix phoenix-framework
Last synced: 4 months ago
JSON representation
Example application using Elixir, Phoenix and Elm
- Host: GitHub
- URL: https://github.com/bigardone/phoenix-and-elm
- Owner: bigardone
- Created: 2016-08-15T15:59:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T17:44:42.000Z (over 7 years ago)
- Last Synced: 2024-09-30T05:21:12.873Z (4 months ago)
- Topics: elixir, elixir-lang, elm, elm-lang, phoenix, phoenix-framework
- Language: Elixir
- Homepage: https://phoenix-and-elm.herokuapp.com/
- Size: 183 KB
- Stars: 189
- Watchers: 14
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixAndElm
![ContactList](https://monosnap.com/file/14nD2kWbnvcuBh5a9L9XifX0GQ0OqQ.png)
## Phoenix Channels version
https://github.com/bigardone/phoenix-and-elm/tree/phoenix-channels## Live demo
https://phoenix-and-elm.herokuapp.com/## Instructions
To start your Phoenix app:* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix