8000 GitHub - fuser002/elm-tutorial-app: An example Elm single page application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fuser002/elm-tutorial-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

TODO

  • Add player
  • Delete players
  • Change player name
  • Show error messages
  • Optimistic updates
  • List of perks
  • Show perks for player
  • Validation for player name when empty
  • Search box for perks
  • Tests
  • When deleting a player delete associated perksPlayers

About

An example Elm single page application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 85.0%
  • JavaScript 13.4%
  • HTML 1.6%
0