React.js and Socket.io full stack app
Within the project root directory:
npm installnode server.jsFrom a new terminal window within the project root directory:
cd clientnpm installnpm startA new internet browser window will open in: http://localhost:3000/ running the application.
