All Projects → timer2 → react-chat

timer2 / react-chat

Licence: other
react-chat

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-chat

electron-react
A simple and compact boilerplate for electron and react (redux, router)
Stars: ✭ 66 (+371.43%)
Mutual labels:  react-router-v4, webpack3
OverWatchTeams
react+redux+redux-saga+axios
Stars: ✭ 23 (+64.29%)
Mutual labels:  antd-mobile, react-router-v4
React Director Admin Template
ReactJS version of Director Responsive Admin Template Free
Stars: ✭ 304 (+2071.43%)
Mutual labels:  react-router-v4, webpack3
React Universal Ssr
webpack3+router4+按需加载+webpack-dev-server热加载
Stars: ✭ 69 (+392.86%)
Mutual labels:  react-router-v4, webpack3
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+807.14%)
Mutual labels:  react-router-v4, webpack3
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (+700%)
Mutual labels:  react-router-v4, webpack3
Fighting
React全家桶工程 ^_^ 不谢;
Stars: ✭ 55 (+292.86%)
Mutual labels:  react-router-v4, webpack3
React Blog
personal blog design by react
Stars: ✭ 170 (+1114.29%)
Mutual labels:  react-router-v4, webpack3
react-router-v4-redux-ssr
Walkthrough for SSR with rr@v4 and rrr@v5
Stars: ✭ 58 (+314.29%)
Mutual labels:  react-router-v4, webpack3
react-cli
基于 create-react-app 搭建的前端脚手架
Stars: ✭ 18 (+28.57%)
Mutual labels:  react-router-v4
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (+35.71%)
Mutual labels:  webpack3
imitate-beautiful-thing
使用vue 做的一个h5 app。Using Vue to imitate a app.
Stars: ✭ 56 (+300%)
Mutual labels:  webpack3
react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (+264.29%)
Mutual labels:  antd-mobile
frontend-boilerplate
Boilerplate to create powerful frontend applications
Stars: ✭ 17 (+21.43%)
Mutual labels:  webpack3
ssr-starter-pack
Moved to https://github.com/Brigad/ssr-starter-pack
Stars: ✭ 12 (-14.29%)
Mutual labels:  webpack3
polypack
🔥 Polypack - Webpack build stack with focus on performance 🔥
Stars: ✭ 38 (+171.43%)
Mutual labels:  webpack3
react-shop
Shop example for mobile web
Stars: ✭ 20 (+42.86%)
Mutual labels:  antd-mobile
react-with-mobx-template
project template-react&&mobx
Stars: ✭ 15 (+7.14%)
Mutual labels:  react-router-v4
react-candee
A react framework that encapsulates the redux.
Stars: ✭ 30 (+114.29%)
Mutual labels:  react-router-v4
MERN-BUS-APP
This is a MFRP (My first Real Project) assigned to me during my internship at Cognizant. Made with MERN Stack technology.
Stars: ✭ 92 (+557.14%)
Mutual labels:  react-router-v4

react开发的一款聊天APP

包含

功能预览

  • [√] react+redux完整实例
  • [√] fetch获取数据
  • [√] 项目按路由模块加载
  • [√] 欢迎主页
  • [√] 注册、登录、cokie的使用
  • [√] 聊天室(可开启两个浏览器窗口进行聊天测试)
  • [√] 实现服务端渲染
  • [√] 使用新特性对项目做一些优化
  • [√] 打包上线

下载项目

$ git clone [email protected]:liukaixin01/react-chat.git
$ cd react-chat
$ npm install

开启MongoDB

$ cd /usr/local/mongodb/bin
$ sudo ./mongod

运行node环境

$ npm run node

启动项目

$ npm start
$ npm run serverEs6

打包项目

$ npm run build

效果预览

如果对您有帮助,别忘记star哦!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].