Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sporto/elm-example-app
An example Elm single page application
https://github.com/sporto/elm-example-app
elm tutorial
Last synced: 6 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T09:00:58.000Z (about 6 years ago)
- Last Synced: 2024-12-07T19:11:45.372Z (15 days ago)
- Topics: elm, tutorial
- Language: Elm
- Homepage:
- Size: 631 KB
- Stars: 436
- Watchers: 19
- Forks: 85
- 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`