Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 712 Bytes

Tutorial: Tour Of Heroes

This Tour of Heroes tutorial takes you through the steps of creating an Elm application (with an ASP.NET Core backend eventually).

Getting started

Clone the repo

git clone https://github.com/alfhenrik/elm-aspnet-core-tour-of-heroes.git

Install all the things

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