create-react-flask

0.4.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-react-flask

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

9.23 kB

Total Files

15

Last publish

Collaborators

  • nkilm