single page apps made easy
Go to file
2020-03-26 23:35:43 -05:00
cli release version 3.0.3 2019-12-24 18:16:38 -06:00
examples prepare for guide videos 2019-12-11 18:33:31 -06:00
src add in afterNavigate hook 2019-12-11 17:21:48 -06:00
.gitignore write docs for new api 2019-11-21 18:45:31 -06:00
elm-analyse.json begin transitions work 2019-11-18 18:28:47 -06:00
elm.json update readme with new links 2020-03-26 23:35:43 -05:00
LICENSE prepare for release 2019-11-24 13:27:58 -06:00
netlify.toml set up a project for api exploration 2019-11-05 17:37:10 -06:00
package-lock.json npm audit fix 2020-03-26 23:24:20 -05:00
package.json add in afterNavigate hook 2019-12-11 17:21:48 -06:00
README.md update readme with new links 2020-03-26 23:35:43 -05:00

elm-spa

single page apps made easy

deprecated

this is a deprecated version of elm-spa, so please check out the latest API docs at elm-spa.dev

(the old docs site is available at v3.elm-spa.dev)

what is elm-spa?

elm-spa is a framework for building web apps in Elm. It's not a "framework" like React or VueJS, it's more of a framework like NextJS, Rails, or .NET MVC.

It provides simple tooling and a convention for creating single page apps, so you can focus on the cool thing you want to build!

Learn more at elm-spa.dev

looking for the website's code?

the website project is available over here: https://github.com/ryannhg/elm-spa-dev

(that's the one we build together at elm-spa.dev/guide)