npx create-react-flask my-appNOTE: First run server i.e, main.py
- Create virtual environment for python
cd backend-flaskpip install -r requirements.txt- Start server
python main.py- cd to
root directorythen execute the below commands
npm installnpm run start - Success Response
- Error response