Chatting Application in Browsers
Chatter requires Node.js v10+ to run.
Install the dependencies and devDependencies.
cd Chatter
npm i
To run in DEV environement…
npm run dev
In Dev env, port 4000 is used.
npm run deploy
(not recommended)master
with auto deploy to github pagesbuild-pull-request
check is executed to verify build, after verification PR is allowed to merge