Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

elm-starter

https://elm-starter.guupa.com/ lucamug/elm-starter (32)
Languages:Elm
Templates:Elm
License:BSD-3-Clause

elm-starter is an Elm-based Elm bootstrapper that can also be plugged into already existing Elm applications.

Characteristics

  • Generate a PWA (Progressive Web Application)
  • Mostly written in Elm
  • Pages are pre-rendered at build time
  • Works offline
  • Works without Javascript(*)
  • SEO
  • Preview cards (Facebook, Twitter, etc.) work as expected
  • Installable both on desktop and on mobile
  • High score with Lighthouse
  • Friendly notifications: "Loading...", "Must enable Javascript...", "Better enable Javascript..."
  • Potentially compatible with all Elm libraries (elm-ui, elm-spa, etc.)
  • Hopefully relatively simple to use and maintain
  • Works with Netlify, Surge, etc.

Install

$ git clone https://github.com/lucamug/elm-starter
$ mv elm-starter my-new-project
$ cd my-new-project
$ rm -rf .git
$ npm install

Develop

$ npm start

Build

$ npm run build

StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.

© Netlify 2020