- Node.js v16 or higher
To get started, install the latest version of Elm Land via NPM:
npm install -g elm-land@latest
Running 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 server
Visiting http://localhost:1234 in your browser will show you your new web app!