dominique-vassard / elm-tutorial-app

Following complete app tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Following complete app tutorial


Languages

Language:Elm 84.8%Language:JavaScript 13.7%Language:HTML 1.5%