This Tour of Heroes tutorial takes you through the steps of creating an Elm application (with an ASP.NET Core backend eventually).
git clone https://github.com/alfhenrik/elm-aspnet-core-tour-of-heroes.gitFirst install the yarn package manager using their installation guide, then run the following commands:
cd elm-aspnet-core-tour-of-heroes/src/elm-aspnet-core-tour-of-heroes-app
yarn installStart the application:
yarn clientThis will start the webpack dev server and serve the site on localhost:3000