项目作者: dodortus

项目描述 :
Simple web chat app (react, redux, rematch, nodejs, socket.io)
高级语言: JavaScript
项目地址: git://github.com/dodortus/simple-chat.git
创建时间: 2016-03-31T07:24:10Z
项目社区:https://github.com/dodortus/simple-chat

开源协议:

下载


React simple web chat with socket.io

Chat application
Simple chat web application

Tech Stack

  • react
  • redux
  • rematch
  • immer
  • lodash
  • moment
  • socket.io
  • test (cypress)

Install

  1. First concurrently module installation
    1. npm install
  2. All install backend and frontend packages
    1. npm run install
  • backend (npm install)
  • frontend (npm install)

Start

  1. npm start

Test (E2E cypress)

  1. npm run test