https://github.com/tensor-programming/live_view_chat_example
https://github.com/tensor-programming/live_view_chat_example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/live_view_chat_example
- Owner: tensor-programming
- Created: 2019-04-09T20:58:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T21:15:32.000Z (over 5 years ago)
- Last Synced: 2024-12-16T19:03:59.297Z (about 1 year ago)
- Language: Elixir
- Size: 116 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Livechat
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix