Skip to content

Template application for elm that is divided into sub models for several pages

License

Notifications You must be signed in to change notification settings

pbogut/elm-spa-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm SPA Template

Simple SPA template. Structured to handle multiple pages divided into modules. Made to be the bare minimum of a SPA but with a structure that can scale well.

This is basically a trimmed down version of the Elm Real World example from Richard Feldman. So all credit to him.

Get It Running

1. Install elm and elm-live:

npm install -g elm elm-live

2. Build and run:

elm-live --output=elm.js src/Main.elm --pushstate --open --debug

About

Template application for elm that is divided into sub models for several pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 97.3%
  • HTML 2.7%