Simple, web based, chat room application for mobile and desktop, created using Node.js and socket.io
Install dependencies with npm
npm installSet up your local environment by simply creating 'config' directory, inside the directory create 'dev.env' file with these variables:
PORT=3000Run locally on your machine
npm run dev