Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 562 Bytes

lamdera.md

File metadata and controls

10 lines (8 loc) · 562 Bytes

Lamdera project support

This plugin supports Lamdera projects. A Lamdera project currently consists of:

  • elm.json with a direct dependency to packages "lamdera/codecs" and "lamdera/core"
  • Frontend.elm with a top-level definition named app defined by frontend
  • Backend.elm with a top-level definition named app defined by backend

To get going, you can download Lamdera's compiler here: Download lamdera executable