https://github.com/007tickooayush/chat-app
https://github.com/007tickooayush/chat-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/007tickooayush/chat-app
- Owner: 007tickooayush
- Created: 2022-02-21T06:05:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T11:13:22.000Z (about 3 years ago)
- Last Synced: 2025-02-01T01:37:16.908Z (4 months ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## : `Commands to install dependencies =>`
```
npm install -D rimraf prettier babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import eslint-config-prettier eslint-config-airbnb eslint-plugin-react-hooks
```## : `To NOT have any discrepancies, please use =>`
## : `install node sass version 4, RSuite v4, React Router DOM, React Router v4, Firebase v8, React-mic =>`
```
npm i [email protected]
```
```
npm install [email protected]
```
```
npm install [email protected] [email protected]
```
```
npm install -g firebase-tools
npm install [email protected]
``````
npm install --force react-mic
```## : `to initialize firebase =>`
*`for login: `*
```
firebase login
```
*`for initialization: `*
```
firebase init
```