- ReactJS (TypeScript is used)
- Firebase Realtime Database (Firebase Package is used)
- One to One chatting
- Group Chats
Chatter requires Node.js v10+ to run. Install the dependencies and devDependencies.
cd Chatter
npm iTo run in DEV environement...
npm run devIn Dev env, port 4000 is used.
- For github Pages deployment run
npm run deploy(not recommended)
- By Merging PR to
masterwith auto deploy to github pages
build-pull-requestcheck is executed to verify build, after verification PR is allowed to merge