npm install -g webpack
npm install
cp .env.example .env
npm run start:dev
npm run start:prod
appfolder:app.ts- entry point where websocket server is executed. Also, it controls users' connections to the server and the connection to the Redis server and Redis channel subscritpion.
utilsfolder:colors.ts- contains text colors for the terminal.logger.ts- simple logger. Be careful! It is not tested and might not work as expected.