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.git
First 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 install
Start the application:
yarn client
This will start the webpack dev server and serve the site on localhost:3000