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.
- Clone or download repository;
- Run
npm i
inside project root directory; - Run
npm i
in /client; - Copy .example.js files as .js in /config directory and fill your data;
- To start dev server run
npm run all
from project root;
Contributions welcome; Please submit all pull requests the against master branch.
Roman Smetanin