Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hph/xadrez
A real-time chess web app built with Phoenix.
https://github.com/hph/xadrez
Last synced: 10 days ago
JSON representation
A real-time chess web app built with Phoenix.
- Host: GitHub
- URL: https://github.com/hph/xadrez
- Owner: hph
- Created: 2015-07-01T07:11:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T09:57:15.000Z (over 9 years ago)
- Last Synced: 2024-10-13T07:41:03.304Z (25 days ago)
- Language: Elixir
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xadrez
A real-time chess web app built with [Phoenix](http://www.phoenixframework.org/).### Installing and running the app
1. Install dependencies with `mix deps.get`.
2. Start Phoenix endpoint with `mix phoenix.server`.
3. Visit [localhost:4000](http://localhost:4000) from your browser.