https://github.com/sporto/elm-example-app
An example Elm single page application
https://github.com/sporto/elm-example-app
elm tutorial
Last synced: about 1 month ago
JSON representation
An example Elm single page application
- Host: GitHub
- URL: https://github.com/sporto/elm-example-app
- Owner: sporto
- Created: 2016-01-19T22:05:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T09:00:58.000Z (over 6 years ago)
- Last Synced: 2025-03-30T01:11:15.477Z (about 1 month ago)
- Topics: elm, tutorial
- Language: Elm
- Homepage:
- Size: 631 KB
- Stars: 437
- Watchers: 18
- Forks: 84
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# An example SPA in Elm
An example Elm single page application built for http://www.elm-tutorial.org/
# Branches
- Master branch covers Elm 0.19
- See for Elm 0.18## Setup
- [Install Elm](http://elm-lang.org/install)
- [Install Node](https://nodejs.org/en/download/)Install node packages:
```
npm i
```## Running the application:
In terminal run:
```
npm run start
```Open `http://localhost:3000`