/elm-tutorial-app

An example Elm single page application

Primary LanguageElm

An example SPA in Elm

An example Elm single page application built for http://www.elm-tutorial.org/

This application uses

This application demonstrates

  • Elm architecture
  • Routing
  • Ajax requests and Json parsing
  • External CSS
  • Ports to talk to JS

Setup

Install the necessary node packages:

npm install

Running the application:

In one terminal run the webpack dev server:

npm run dev

In another terminal run the fake api server:

npm run api

Open http://localhost:3000

Screenshots

Players

Edit Player

Perks

TODO

  • Validation for player name when empty
  • Search box for perks
  • Tests
  • When deleting a player delete associated perksPlayers