Skip to content

Instantly share code, notes, and snippets.

@giisyu
Last active November 12, 2016 05:42
Show Gist options
  • Save giisyu/6c29e46796c97b44dea02002e925d4f1 to your computer and use it in GitHub Desktop.
Save giisyu/6c29e46796c97b44dea02002e925d4f1 to your computer and use it in GitHub Desktop.
git clone git@github.com: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