Skip to content

pravin-raha/elmland-realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!