Last active
April 16, 2017 00:53
-
-
Save guzart/855ccdcc6c33b5978e14c73aa4f6c7d1 to your computer and use it in GitHub Desktop.
Simple elm production builds
This file contains 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 src && touch src/index.js | |
❯ npm init | |
❯ npm install --save-dev neutrino neutrino-preset-elm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment