/elm-study-group

Let's learn Elm together!

Primary LanguageElm

Let's learn Elm together!

To get started, do three things:

  1. Install Elm

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

  1. Clone this repo

git clone git@github.com:aparkins/elm-study-group.git

  1. Setup packages

elm-package install elm-lang/html

  1. Setup yarn/webpack

yarn install

For Weeks 1-3, enter elm-repl to get started!

For Weeks 4 and on, run yarn start and go to localhost:3000 to get started!