Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dillonkearns/elm-pages
Hybrid Elm framework with full-stack and static routes.
https://github.com/dillonkearns/elm-pages
blog elm elm-pages jamstack seo static-site-generator
Last synced: 4 days ago
JSON representation
Hybrid Elm framework with full-stack and static routes.
- Host: GitHub
- URL: https://github.com/dillonkearns/elm-pages
- Owner: dillonkearns
- License: bsd-3-clause
- Created: 2019-07-24T00:27:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T17:39:13.000Z (13 days ago)
- Last Synced: 2025-01-02T08:05:46.147Z (11 days ago)
- Topics: blog, elm, elm-pages, jamstack, seo, static-site-generator
- Language: Elm
- Homepage: https://elm-pages.com
- Size: 25.9 MB
- Stars: 662
- Watchers: 13
- Forks: 97
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-ELM.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - dillonkearns/elm-pages - Hybrid Elm framework with full-stack and static routes. (Elm)
- awesome-starred - dillonkearns/elm-pages - Hybrid Elm framework with full-stack and static routes. (others)
README
# `elm-pages` [![Netlify Status](https://api.netlify.com/api/v1/badges/8ee4a674-4f37-4f16-b99e-607c0a02ee75/deploy-status)](https://app.netlify.com/sites/elm-pages/deploys) [![Build Status](https://github.com/dillonkearns/elm-pages/workflows/Elm%20CI/badge.svg)](https://github.com/dillonkearns/elm-pages/actions?query=branch%3Amaster) [![npm](https://img.shields.io/npm/v/elm-pages.svg)](https://npmjs.com/package/elm-pages) [![Elm package](https://img.shields.io/elm-package/v/dillonkearns/elm-pages.svg)](https://package.elm-lang.org/packages/dillonkearns/elm-pages/latest/)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/dillonkearns/elm-pages-starter)
`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](https://elm-pages-v3.netlify.app/docs/elm-pages-scripts).
## Getting Started Resources
- [elm-pages Docs Site](https://elm-pages.com/docs)
- [elm-pages site showcase](https://elm-pages.com/showcase/)
- [elm-pages Elm API Docs](https://package.elm-lang.org/packages/dillonkearns/elm-pages/10.2.0/)
- [Quick start repo](https://github.com/dillonkearns/elm-pages-starter) [(live site hosted here)](https://elm-pages-starter.netlify.com)
- [Introducing `elm-pages` blog post](https://elm-pages.com/blog/introducing-elm-pages)
- [`examples` folder](https://github.com/dillonkearns/elm-pages/blob/master/examples/) (includes https://elm-pages.com site source) Use `git clone --recurse-submodules https://github.com/dillonkearns/elm-pages.git` so that there aren't missing files when you try to build the examples.## 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: 22.