To get started, do three things:
- Install Elm
https://guide.elm-lang.org/install.html
- Clone this repo
git clone [email protected]:aparkins/elm-study-group.git
- Setup packages
elm-package install elm-lang/html
- 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!