Skip to content

Simple web chat app (react, redux, rematch, nodejs, socket.io)

Notifications You must be signed in to change notification settings

codejs-kr/simple-chat

Repository files navigation

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