React.js and Socket.io full stack app
Within the project root directory:
npm install
node server.js
From a new terminal window within the project root directory:
cd client
npm install
npm start
A new internet browser window will open in: http://localhost:3000/
running the application.