Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 477 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 477 Bytes

実行手順

リポジトリをcloneする。

$ git clone [email protected]:kkznch/vuejs-socketio-chat.git

フォルダに入ってyarnインストールするやーん。

$ cd
$ yarn install

Webサーバを立ち上げる。

$ node app.js

ブラウザでいずれかのファイルを開く。

$ open example01.html
$ open example02.html

別のブラウザで同じリンクを開いて入力すると相互にチャットできる。