Server-side online chatroom functionality, to be reused for different applications.
- Install Node.js v10.x, 12.x or 14.x (npm included) on your desired platform
Install Yarn
npm install -g yarnInstall dependencies
yarnRun the application locally (non-development)
yarn startRun the application locally in development mode (with hot reloading)
yarn devRun tests with coverage
yarn testRun tests in development mode (with hot reloading)
yarn test:dev