Rename the .envexample to .env and add your MongoDB database URI and your JWT secret
npm install
npx create-react-app@latest frontend --template redux
.env
BROWSER=none
package.json
"start": "react-scripts start --BROWSER=none"
cd frontend
npm install
npm run dev
npm i react-router-dom react-icons react-toastify react-modal axios