Last active
November 12, 2016 05:42
-
-
Save giisyu/6c29e46796c97b44dea02002e925d4f1 to your computer and use it in GitHub Desktop.
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
git clone [email protected]:giisyu/elm-webpack-starter.git %1 && ^ | |
cd %1 && ^ | |
del /q /s /f .git && ^ | |
git init && ^ | |
git add . && ^ | |
git commit -m "first" && ^ | |
npm install && ^ | |
elm-package install -y && ^ | |
npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment