https://github.com/simonh1000/elm-phoenix-chat
Messing around with channels
https://github.com/simonh1000/elm-phoenix-chat
Last synced: 2 months ago
JSON representation
Messing around with channels
- Host: GitHub
- URL: https://github.com/simonh1000/elm-phoenix-chat
- Owner: simonh1000
- Created: 2016-08-25T18:47:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T05:32:28.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T19:54:49.562Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix - Elm (powered by Gulp)
To start your Phoenix app:
* Install Phoenix dependencies with `mix deps.get`
* Install node dependencies with `npm install`
* Install Elm dependencies with `elm-package install -y`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.