https://github.com/hph/xadrez
A real-time chess web app built with Phoenix.
https://github.com/hph/xadrez
Last synced: 8 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T09:57:15.000Z (almost 11 years ago)
- Last Synced: 2025-06-03T18:22:52.965Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 2
- 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.