https://github.com/ryan-haskell/seven-seas-elm
My first time learning functional programming with Elm!
https://github.com/ryan-haskell/seven-seas-elm
elm functional-programming game learn
Last synced: 3 months ago
JSON representation
My first time learning functional programming with Elm!
- Host: GitHub
- URL: https://github.com/ryan-haskell/seven-seas-elm
- Owner: ryan-haskell
- Created: 2016-10-06T05:20:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T14:52:27.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T17:49:01.326Z (3 months ago)
- Topics: elm, functional-programming, game, learn
- Language: Elm
- Homepage: https://ryannhg.github.io/seven-seas-elm
- Size: 118 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seven-seas-elm
Intro to functional programming with elm### Try it out
1. Install NodeJS
2. Run `npm install -g elm`
3. Run `elm-reactor`
4. Navigate to [http://localhost:8000](http://localhost:8000)