0.4.0 • Published 2 years ago

create-react-flask v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Create React Flask

npx create-react-flask@latest my-app

Usage

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-flask
pip install -r requirements.txt
  • Start server
python main.py

Frontend

  • cd to root directory then execute the below commands
npm install
npm run start 

Visuals

  • Success Response

success-response

  • Error response

success-response