Last active
June 30, 2016 18:26
-
-
Save armatures/fe7e14c20e2809497af6fc506d08c4a4 to your computer and use it in GitHub Desktop.
Quick setup for elm development with atom
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
| #!/usr/bin/env bash | |
| brew install elm | |
| brew install Caskroom/cask/atom | |
| apm install linter | |
| apm install language-elm | |
| apm install linter-elm-make | |
| git clone https://github.com/charliebevis/elm-architecture-tutorial.git | |
| cd elm-architecture-tutorial/ | |
| git remote add evans https://github.com/evancz/elm-architecture-tutorial.git | |
| git fetch evans |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment