Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snewcomer/live-comment
LiveView comment form
https://github.com/snewcomer/live-comment
Last synced: 3 months ago
JSON representation
LiveView comment form
- Host: GitHub
- URL: https://github.com/snewcomer/live-comment
- Owner: snewcomer
- Created: 2019-10-05T21:47:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T19:38:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T12:23:34.766Z (3 months ago)
- Language: Elixir
- Size: 520 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveComment
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
# live-comment