https://github.com/isuke/phoenix_chat_example
https://github.com/isuke/phoenix_chat_example
elixir helloworld phoenix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isuke/phoenix_chat_example
- Owner: isuke
- Created: 2015-07-15T14:42:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T14:43:17.000Z (almost 11 years ago)
- Last Synced: 2025-06-13T12:50:53.977Z (about 1 year ago)
- Topics: elixir, helloworld, phoenix
- Language: CSS
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixChatExample
To start your new Phoenix application:
1. Install dependencies with `mix deps.get`
2. Start Phoenix endpoint with `mix phoenix.server`
Now you can visit `localhost:4000` from your browser.