This page covers Tutorial v2. Elm 0.18.
Try it
Let's try what we have so far. Run the application by doing:
yarn start
Then go to http://localhost:3000
in your browser. You should see the list of users.
If you go to http://localhost:3000/#players/2
then you should see one user.
Next we will add some navigation.
Up to this point your application code should look https://github.com/sporto/elm-tutorial-app/tree/018-v02-06-routing.