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 yarn
Install dependencies
yarn
Run the application locally (non-development)
yarn start
Run the application locally in development mode (with hot reloading)
yarn dev
Run tests with coverage
yarn test
Run tests in development mode (with hot reloading)
yarn test:dev