Skip to content

Youenn-Bouglouan/hello-elm-workshop-wroclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to get your environment ready for the workshop?

First, follow the instructions below in order to install Elm and set up your favourite text editor. I personally use VS Code with the Elm extension and it works just fine :)

https://guide.elm-lang.org/install.html

Once you're done, create a new folder on your local machine and run the following commands from it:

git clone https://github.com/Youenn-Bouglouan/hello-elm-workshop-wroclaw.git
cd hello-elm-workshop-wroclaw
elm-reactor --port 4567

Check your setup by opening the following URL in your browser:

http://localhost:4567/Hello.elm

The .gif below shows you just how fast it is:

install demo

Did it work? Fantastic! If not, do not hesitate to drop me an email and I'll see what I can do to help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages