项目作者: Jony-Y

项目描述 :
Realtime MERN stack chat
高级语言: JavaScript
项目地址: git://github.com/Jony-Y/chat-app.git
创建时间: 2018-06-19T08:25:45Z
项目社区:https://github.com/Jony-Y/chat-app

开源协议:MIT License

下载


chat-app

Simple chat app.
This is a simple chat app I built as a weekend project.
This project is built using a MERN stack with Redux.

This is an open project for whom ever wants to use or play with.

Prerequisite:

to run this app you will need:

  • NodeJS (best v10).
  • Yarn

Getting Started:

  • clone git repository.
  • run npm run install.
  • run npm run start.

TODO:

  • Add flow check to all logic based functions
  • Add unit test for both BE and FE
Feel free to open PR/ issues for all bugs and suggestions