public folder contains front end css/html/js
utils folder contains js files related to formatting chat msgs and processing user/room details
the server.js file contains backend work related to our project
- node.js
- express
- socket.io
- moment
VS Code
Use the git clone https://github.com/JoshLikesToCode/chatApp.git in terminal
Once project has been properly cloned, launch your IDE of choice and load the project. In your IDE terminal, type in the command: 'npm run dev' and nodemon will launch the server. Then navigate to localhost:3000 to interact with the application.
If you're running from ubuntu/linux, you may need to run the command: 'npm rebuild' before 'npm run dev'