Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 589 Bytes

RealWorld Example App

Getting started

Prerequisites

  • Node.js v16 or higher

Installation

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!