
Elm + Nix: A reproducible RealWorld clone
I refactored my RealWorld clone, dwayne/elm-conduit , to use Nix. It uses Nix for the development environment, building, serving, running checks, deploying, and CI. As a bonus, if you have Nix running on your machine you can: Run the frontend workshop environment : nix run github:dwayne/elm-conduit#workshop Run the sandbox: nix run github:dwayne/elm-conduit#sandbox Run the development version of the web app: nix run github:dwayne/elm-conduit Run the production version of the web app, i.e. the exact version that's hosted by Netlify at https://elm-conduit.netlify.app : nix run github:dwayne/elm-conduit#prod The Elm builds are powered by dwayne/elm2nix . Related posts Yet Another Tour of an Open-Source Elm SPA Announcing dwayne/elm2nix Nix + pnpm + Parcel + lydell/elm-safe-virtual-dom Making TodoMVC work with dwayne/elm2nix Contact me for Nix training and support If you're interested in learning Nix or adding Nix to your workflow don't hesitate to reach out to me via the newsletter . I'd
Continue reading on Dev.to Webdev
Opens in a new tab



