elm / elm-lang.org

Server and client code for the Elm website.
http://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
1.99k stars 366 forks source link

Problems with elm-reactor basic example #690

Closed JESii closed 7 years ago

JESii commented 7 years ago

Just started looking into elm and downloaded the latest version. I'm in the guide/install elm-reactor section and tried the example given; I'm on Mac ElCapitan (10.11.6) using the latest Chrome browser (55.0.2883.95 (64-bit)).

git clone https://github.com/evancz/elm-architecture-tutorial.git
cd elm-architecture-tutorial
elm-reactor

It works so far:

elm-reactor
elm-reactor 0.18.0
Listening on http://localhost:8000

Unfortunately all my attempts to load an elm file (examples/01-button.eml, for example) yield the error message:

The requested URL /examples/01-button.elm was not found on this server.

I guess I missed something here?

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

JESii commented 7 years ago

Mis-read the port #; closing