-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinst.txt
35 lines (32 loc) · 840 Bytes
/
inst.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
npm init
package name: talk-a-tive
npm i express
node backend/server.js
npm start
npm i dotenv
npm i nodemon
nodemon backend/server.js
npm uninstall -g create-react-app
npm i create-react-app
npm install react-scripts@latest
npx create-react-app frontend
npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion
package.json -> "proxy": "http://127.0.0.1:5000"
npm install react-router-dom@5
HomePage-> rafce
npm i axios
Proxy Error? Run backend also
npm i mongoose
display="flex" instead of d
do not connect mongodb using intranet
npm i colors
npm i express-async-handler
npm i jsonwebtoken
npm i bcrypt
npm i @chakra-ui/icons
npm i @mui/icons-material
npm i react-notification-badge --legacy-peer-deps
npm i react-scrollable-feed
npm i socket.io
npm i socket.io-client , frontend
npm i lottie-react