https://github.com/fed/elm-example
Elm Examples
https://github.com/fed/elm-example
Last synced: about 2 months ago
JSON representation
Elm Examples
- Host: GitHub
- URL: https://github.com/fed/elm-example
- Owner: fed
- Created: 2016-10-12T13:29:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T03:03:30.000Z (over 8 years ago)
- Last Synced: 2025-01-18T13:38:21.208Z (3 months ago)
- Language: Elm
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-lab
## Prerequisites
Install Elm globally:
```
npm install -g elm
```## Building
Fetch all of the dependencies first:
```
elm-package install
```Then build the source:
```
elm-make Pluralise.elm
```This will generate a `index.html` file you can run in your browser.