/chat-react

a chat app build in 12 hour

Primary LanguageJavaScript

This is a Chat application . Its fucntions very simply . It build on ExpressJs and Reactjs .

Some utilities

  • Login / Logout
  • Chat Community

To run it in localhost

npm install
node ./server/index # to run server
npm start # to run client