- 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 i
To run in DEV environement...
npm run dev
In Dev env, port 4000 is used.
- For github Pages deployment run
npm run deploy
(not recommended)
- By Merging PR to
master
with auto deploy to github pages
build-pull-request
check is executed to verify build, after verification PR is allowed to merge