nodejs chat app
1.0.0
構築:
git clone https://github.com/kaganecee/nodejs-chat-app.git
依存関係の取得:
npm install
チャットサーバーの起動:
npm run dev
or
node src/index.js
ブラウザでこのURLを開きます:
http://localhost:3000//