0.4.0 • Published 3 years ago
create-react-flask v0.4.0
Create React Flask
npx create-react-flask@latest my-appUsage
NOTE: First run server i.e, main.py
Backend
If you have git bash on Windows machine, you can directly run bash init-server.sh
- Create virtual environment for python
cd backend-flaskpip install -r requirements.txt- Start server
python main.pyFrontend
- cd to
root directorythen execute the below commands
npm installnpm run start Visuals
- Success Response
- Error response