mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 11:31:58 +03:00
single page apps made easy
cli | ||
examples | ||
src | ||
.gitignore | ||
elm-analyse.json | ||
elm.json | ||
LICENSE | ||
netlify.toml | ||
package-lock.json | ||
package.json | ||
README.md |
elm-spa
single page apps made easy
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)