Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 640 Bytes

Chatroom

> DEMO

This is just a simple chat application. Client side built on React/Redux/Material-UI components. For server communication used axios and socket.io. Server side nodejs app used Express and Mongodb as database.

Install

  1. Clone or download repository;
  2. Run npm i inside project root directory;
  3. Run npm i in /client;
  4. Copy .example.js files as .js in /config directory and fill your data;
  5. To start dev server run npm run all from project root;

Contributing

Contributions welcome; Please submit all pull requests the against master branch.

Author

Roman Smetanin