Skip to content

基于react, redux, socket.io制作一个票务平台,以及实现客服聊天功能。

License

Notifications You must be signed in to change notification settings

HarryChen0506/react-ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

演示地址点击

前端初始化

 //启动前端
 cd /
 $ npm install
 $ npm run start

 //build
 $ npm run build

后端初始化

 //启动后端 (注意,要先安装mongodb数据库以及启动数据库)
 $ cd server
 $ npm install
 $ npm run server

image

About

基于react, redux, socket.io制作一个票务平台,以及实现客服聊天功能。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages