Skip to content

yonetty/react-hooks-sample-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

概要

シンプルなチャットアプリを題材とした、socket-ioを利用してWebSocket通信を行うReact Hooksのサンプルアプリケーションです。

セットアップ

サーバー側

$ cd chat-server
$ yarn install

クライアント側

$ cd chat-client
$ yarn install

実行

サーバー側

$ cd chat-server
$ node app.js

クライアント側

$ cd chat-client
$ yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published