Skip to content

Instantly share code, notes, and snippets.

@yszk0123
Last active December 17, 2015 09:47
Show Gist options
  • Save yszk0123/c6da4041c5a69d0911a3 to your computer and use it in GitHub Desktop.
Save yszk0123/c6da4041c5a69d0911a3 to your computer and use it in GitHub Desktop.
よく使う開発用ツールの覚え書き

随時更新。増えてきたら分割予定

Node.js 関連

簡易サーバ。 仕様例:

  1. index.html のあるディレクトリに移動
  2. $ http-server -p 3000
  3. localhost:3000 にアクセス

python なら $ python -m SimpleHTTPServer

Atom (テキストエディタ) プラグイン

Atom から gist に投稿できるプラグイン。シンプルで使いやすい。 投稿済み gist を編集できないのが唯一残念なところ。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment