Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.06 KB

Back to Main Page

Introduction to Elm (Setup)

Before the workshop, you'll want to make sure that your environment and project are setup. Follow the steps below to accomplish this.

Environment

  1. Install Node.js 6.9.2 or higher

Note: Tab characters are syntax errors in Elm code, so make sure your editor is set to use spaces for this workshop!

Setting up the Project

On your computer, complete the following steps:

  1. Navigate to a directory on your computer where you have permission to create and edit directories and files
  2. Run git clone https://github.com/Elm-Detroit/elm-workshop.git
  3. Run cd elm-workshop/setup

Verify Your Setup

  1. Run npm start and a browser should open. You should see the following page if everything went as planned:

    Verification Image

If all went well, click on the link below to go to Part 1

Go to Part 1