Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoshimash/reversi
elmの練習
https://github.com/aoshimash/reversi
Last synced: 27 days ago
JSON representation
elmの練習
- Host: GitHub
- URL: https://github.com/aoshimash/reversi
- Owner: aoshimash
- Created: 2019-08-31T05:21:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T13:03:58.000Z (over 5 years ago)
- Last Synced: 2024-10-26T17:24:27.285Z (2 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reversi
elmの練習
## Development
``` console
# elm reactor
```## Compile
``` console
# elm make src/Main.elm --output=main.js
```