Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominique-vassard/elm-tutorial-app
Following complete app tutorial
https://github.com/dominique-vassard/elm-tutorial-app
elm tutorial
Last synced: 22 days ago
JSON representation
Following complete app tutorial
- Host: GitHub
- URL: https://github.com/dominique-vassard/elm-tutorial-app
- Owner: dominique-vassard
- Created: 2017-02-26T14:01:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T18:33:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T05:16:00.335Z (2 months ago)
- Topics: elm, tutorial
- Language: Elm
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm app: tutorial
Learning repo, following: https://www.elm-tutorial.org
A word on navigation:
- Simple hash (#) navigation works fine
- For classic navigation (without #), there is a need to have a server that always return index.html for every route, otherwise navigation can only be made from program main entry (Main.elm)
- No-hash Navigation doesn't work with elm-reactor
- No-hash navigation works fine with elm-live