Install and Run the Server

The server code lives on GitHub,[51] a version control system for code. You will need a GitHub account and the Git command line tool installed on your machine to access the code. You can follow the download link on the Git website[52] to install Git if you don’t have it.

Once you have a GitHub account and Git installed, run this command:

 git clone https://github.com/jfairbank/programming-elm.com.git

The command should download the code into a new programming-elm.com directory. The server runs on the latest Node. If you need Node, follow the instructions in Appendix 1, Install Elm to install it.

Inside the programming-elm.com directory, install dependencies with npm:

 npm install

After you install the server dependencies, ...

Get Programming Elm now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.