A simple chat application created using MERN Stack
- Install Dependencies using
using npm
cd client && npm i && cd ../server npm i
using yarn
cd client && yarn install && cd ../server yarn install
- To Start the client && server side app
using npm
npm start
using yarn
yarn start
Docs for MATERIAL UI
Docs for React