Created
April 7, 2013 03:44
-
-
Save megane9988/5328870 to your computer and use it in GitHub Desktop.
punchのデモをデスクトップに起動し、ブラウザで監視を始める
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 ~/Desktop/test | |
# デスクトップにtestというディレクトリをつくる | |
cd ~/Desktop/test | |
# testディレクトリに移動する | |
punch setup punch | |
# 新規punchプロジェクトとしてpunchをつくる | |
cd punch | |
# punchディレクトリに移動する | |
rundll32 url.dll,FileProtocolHandler http://localhost:9009/ | |
# 既存のブラウザを起動しhttp://localhost:9009/にアクセスする | |
punch server | |
# punchサーバを起動し、監視を始める |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment