Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leojpod/blackjack
https://github.com/leojpod/blackjack
elm example-code
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leojpod/blackjack
- Owner: leojpod
- Created: 2020-10-28T17:15:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T07:46:08.000Z (over 4 years ago)
- Last Synced: 2024-12-07T21:44:35.377Z (2 months ago)
- Topics: elm, example-code
- Language: Elm
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blackjack
Simple implementation of the [guardian coding exercise 21s](https://github.com/guardian/coding-exercises/tree/main/21s) in Elm.
It can illustrate how one can use elm to make something other than front-end work.
## build and run
You can build and run the project like this:
```bash
elm make src/Blackjack2.elm --output src/blackjack.js && node src/index.js
```