Cross-platform chat client written with Node.js and React. Utilizes Google Firebase and MongoDB Atlas hosted on AWS for storing persistent data.
- Upon cloning the project, open cmd in the root directory and run "npm run install-all" to install the necessary packages.
- To run the client and server in dev mode with hot reloading, open cmd in the root directory and run "npm start".
That's it!