Skip to content

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

License

Notifications You must be signed in to change notification settings

hnrkndrssn/elm-aspnet-core-tour-of-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published