Skip to content

Instantly share code, notes, and snippets.

@megane9988
Created April 7, 2013 03:44
Show Gist options
  • Save megane9988/5328870 to your computer and use it in GitHub Desktop.
Save megane9988/5328870 to your computer and use it in GitHub Desktop.
punchのデモをデスクトップに起動し、ブラウザで監視を始める
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