In an empty directory run:
elm-package install -y
This does a few things:
html
, core
and virtual-dom
elm-package.json
. This file contains a list of dependencies for your project. Take a minute to look at it.elm-stuff
. This folder contains the downloaded packages and compilation artifacts.When tracking an Elm project in source control, you should ignore the elm-stuff
folder (e.g. by adding it to your project’s .gitignore
file).