2019-11-06 02:37:10 +03:00
# elm-spa
2020-03-27 07:35:43 +03:00
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 ](https://elm-spa.dev )
(the old docs site is available at [v3.elm-spa.dev ](https://v3.elm-spa.dev ))
2019-11-22 08:49:36 +03:00
2020-01-08 07:18:20 +03:00
### what is elm-spa?
2019-11-22 08:49:36 +03:00
2020-01-08 07:18:20 +03:00
__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.
2019-11-22 08:49:36 +03:00
2020-01-08 07:18:20 +03:00
It provides simple tooling and a convention for creating single page apps, so you can focus on the cool thing you want to build!
2019-11-22 08:49:36 +03:00
2020-03-27 07:35:43 +03:00
__Learn more at [elm-spa.dev ](https://v3.elm-spa.dev )__
2019-11-22 08:49:36 +03:00
2020-01-08 07:18:20 +03:00
### looking for the website's code?
2019-11-06 02:37:10 +03:00
2020-01-08 07:18:20 +03:00
the website project is available over here:
https://github.com/ryannhg/elm-spa-dev
2019-11-06 02:37:10 +03:00
2020-03-27 07:35:43 +03:00
(that's the one we build together at [elm-spa.dev/guide ](https://v3.elm-spa.dev/guide ))