Skip to content

Files

Latest commit

 

History

History

s-sasaki-0529

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Chat App

signInForm

chatWindow

start server

cd server
yarn install
node index.js

start client

cd client
yarn install
yarn serve

and open http://localhost:8080