https://github.com/bigardone/phoenix-liveview-ant-farm
Concurrent ant farm with Elixir and Phoenix LiveView
https://github.com/bigardone/phoenix-liveview-ant-farm
elixir elixir-phoenix phoenix-liveview
Last synced: about 2 months ago
JSON representation
Concurrent ant farm with Elixir and Phoenix LiveView
- Host: GitHub
- URL: https://github.com/bigardone/phoenix-liveview-ant-farm
- Owner: bigardone
- Created: 2019-03-27T23:13:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T15:02:01.000Z (over 5 years ago)
- Last Synced: 2025-02-25T06:24:01.513Z (4 months ago)
- Topics: elixir, elixir-phoenix, phoenix-liveview
- Language: Elixir
- Homepage: https://phoenix-liveview-ant-farm.herokuapp.com/
- Size: 126 KB
- Stars: 72
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AntFarm
[Concurrent ant farm with Elixir and Phoenix LiveView](http://codeloveandboards.com/blog/2019/03/28/concurrent-ant-farm-with-elixir-and-phoenix-liveview/)

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).
## 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