cd client
creating react app
npx creat-react-app .
cd ..
to install npm using npm
npm i express
npm i dotenv
npm i -D nodemon
npm i mongoose
npm i bcryptjs
npm i jsonwebtoken
node
require('crypto').randomBytes(35).toString("hex")
cd client
creating react app
npx creat-react-app .
cd ..
to install npm using npm
npm i express
npm i dotenv
npm i -D nodemon
npm i mongoose
npm i bcryptjs
npm i jsonwebtoken
node
require('crypto').randomBytes(35).toString("hex")