Skip to content

yoshi-monster/elm-pages

This branch is 329 commits behind dillonkearns/elm-pages:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57dccef · Oct 24, 2023
Oct 4, 2023
Jun 1, 2023
May 27, 2023
Apr 6, 2023
Oct 12, 2023
Oct 24, 2023
May 19, 2023
May 10, 2023
Sep 25, 2023
May 31, 2023
Sep 27, 2023
Sep 12, 2022
Sep 20, 2022
Jan 21, 2022
Jul 10, 2021
Sep 7, 2023
Oct 24, 2023
Aug 18, 2020
Sep 20, 2019
Sep 27, 2023
May 31, 2023
Nov 16, 2022
Sep 24, 2023
Oct 11, 2020
Aug 23, 2023
Oct 24, 2023
Oct 24, 2023
May 10, 2023
Jan 25, 2023
May 31, 2023

Repository files navigation

elm-pages Netlify Status Build Status npm Elm package

Deploy to Netlify

elm-pages is a framework for building an Elm single-page app that is able to seamlessly interface with data from an Elm Backend. elm-pages is a hybrid framework, allowing you to define Routes that are either server-rendered (for more dynamic content with user-specific or request-specific data) or pre-rendered at build-time (for generating static HTML files that are hosted through a CDN). You can mix and match server-rendered and pre-rendered routes in your app.

elm-pages also has a command for running pure Elm scripts with a single command. See the elm-pages Scripts docs page.

Getting Started Resources

Compatibility Key

You will see an error if the NPM and Elm package do not have a matching Compatibility Key. Usually it's best to upgrade to the latest version of both the Elm and NPM packages when you upgrade. However, in case you want to install versions that are behind the latest, the Compatibility Key is included here for reference.

Current Compatibility Key: 20.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Daniel Marín

💻

Steven Vandevelde

💻

Johannes Maas

📓 💻

Wiktor Toporek

💻

Luke Westby

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

A statically typed site generator for Elm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 84.5%
  • JavaScript 15.2%
  • Other 0.3%