Skip to content

Ocupe/blog

 
 

Repository files navigation

@elm-land/lamdera

How to use Lamdera and Elm Land together!

A screenshot of the app running

Live demo: https://elm-land.lamdera.app

Local development

Once you have the latest Lamdera and Elm Land v0.19.0 on your local machine, you can run this project with two separate commands:

elm-land server
lamdera live

And open up the running project at http://0.0.0.0:8000

( Note: There's no special elm-land watch command for now, so please excuse the extra unused dev server! )

Deploying

Lamdera doesn't currently build elm-land remotely, so to deploy we'll need to commit all the gen files.

elm-land build
git add -f .elm-land/src
lamdera check
lamdera deploy

About

New blog in Lamdera Elm Land

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 85.6%
  • JavaScript 13.1%
  • CSS 1.3%