- Node.js v16 or higher
To get started, install the latest version of Elm Land via NPM:
npm install -g elm-land@latestRunning the dev server The Elm Land CLI tool comes with a dev server built-in, so you can run your new project in the browser with the elm-land server command:
elm-land serverVisiting http://localhost:1234 in your browser will show you your new web app!
