========================================
- Created from the FCC repository, to compile the lessons about server chat in node.
Start with an empty repository and making the git init as follows:
git init
git clone https://github.com/Estebmaister/socket.git
If you want to run the FCC challenges, you'll have to add the files from the original repo by FCC.
To install all the dependencies:
npm install
To run the server static
npm start
To run the server with dynamic refresh
nodemon server.js