Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miolab/liveview_sample_app
^_^
https://github.com/miolab/liveview_sample_app
Last synced: about 2 months ago
JSON representation
^_^
- Host: GitHub
- URL: https://github.com/miolab/liveview_sample_app
- Owner: miolab
- Created: 2020-03-10T23:26:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:42:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T22:17:18.824Z (almost 2 years ago)
- Language: Elixir
- Homepage:
- Size: 54.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveView Sample App
- __Elixir__ のフレームワーク __Phoenix__ のライブラリ __LiveView__ をつかって、
__Qiita API__ で取得した記事をサーバーサイドPhoenixの記述でフロントにリアルタイム表示---
### 結果表示機能をSubmitで切り分けたバージョン
---
## Environment
```
Elixir 1.9.2 (compiled with Erlang/OTP 22)
Phoenix 1.4.0
LiveView 0.9.0
Smallex 0.2.3
```## Usage
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* 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).
## More info
* 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