Last active
May 23, 2016 18:31
-
-
Save danigb/13e48be67f868a176df6bb9dec2f35e5 to your computer and use it in GitHub Desktop.
elm-lang Test Driven project setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir elm-twelve-tone | |
cd elm-twelve-tone | |
mkdir src | |
mkdir test | |
elm-package install -y elm-lang/core | |
elm-package install -y elm-community/elm-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment