Skip to content

Konyancha1/SimpleChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SimpleChatApp

This is a simple chat app created using

  • Reactjs
  • Nodejs
  • Socket.io

To run this project

You can run this project on your local machine. Just pull it down and do the following:

cd server

  1. Run the command above to go into the server directory

Get the node modules

  1. Now download all the dependencies:
npm install

Run the server

  1. Now run the server
npm run start

cd client

  1. Run the command above to go into the client directory

Get the node modules

  1. Now download all the dependencies:
npm install

Run the client

  1. Now run the client
npm start

Access chat app via your browser

  1. Open http://localhost:3000 to interact with the app

Author

  • Kevin Onyancha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published