Skip to content

study of React&React-router&Redux&wesocket

License

Notifications You must be signed in to change notification settings

mega16/chat-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

study of React&React-router&Redux&wesocket

安装依赖 npm install

启动服务端接口 在server文件夹下执行node server.js

启动项目 npm start(如果无法跳转到login页面可在启动页面后补上/login)

本地服务器接口的端口号在package.json中设置proxy,本项目为9093端口
本项目也打包成一个build文件,访问可以在项目中执行 npm run server_bak,然后访问localhost:9093/login

About

study of React&React-router&Redux&wesocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • HTML 1.7%
  • CSS 0.8%