Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 448 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 448 Bytes

ChatClientAWS

Cross-platform chat client written with Node.js and React. Utilizes Google Firebase and MongoDB Atlas hosted on AWS for storing persistent data.

How to run

- 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!