Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 575 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 575 Bytes

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
npm install
  1. All install backend and frontend packages
npm run install 
  • backend (npm install)
  • frontend (npm install)

Start

npm start

Test (E2E cypress)

npm run test