Skip to content

guiriosoficial/DontChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DONTCHAT

Inpired in Dontpad.com, DontChat is a chat url based.

Description

This is a Open Source project made just to study socket.io, node.js with express.js and react.js with redux.

Project Setup

  • Requirements:
    • Node: (^16.13.1)
    • NPM: (^8.1.2)
    • MongoDB Comunity: (^5.0.4)
  • Run MongoDB: mongod --dbpath <path to data directory>
    • Create data directory on locale of yout preference
  • Install Dependences: npm install
  • Start Development Serve: npm start
  • Compiles For Production: npm run build (Just on Client: Will be Build in /build)