codejs-kr / simple-chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 74.1%Language:CSS 21.1%Language:HTML 4.9%