evancz / elm-architecture-tutorial

How to create modular Elm code that scales nicely with your app
https://guide.elm-lang.org/
BSD 3-Clause "New" or "Revised" License
4.17k stars 738 forks source link

elm-reactor gives 404 #64

Closed lazywithclass closed 8 years ago

lazywithclass commented 8 years ago

I am learning elm and so I've started with the first example.

I am using elm-reactor (v 0.16.0) so I can try to change something and see the result. I am starting elm-reactor from elm-architecture-tutorial/examples/1 but each time I am getting

{
  "statusCode": 404,
  "error": "Not Found"
}

I am not really sure what I am doing wrong; if I run elm-make I correctly get index.html though.

Do you have any suggestions / hints?

lazywithclass commented 8 years ago

For some reason I had a few of those running on 8000, once killed everything started working.