Skip to content

wangchucheng/react-flask-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

React and Flask Demo

Run

# start backend, should have Flask and flask-cors installed.
cd backend
export FLASK_APP=hello.py
flask run
cd ..

## start frontend
cd frontend
npm start

Open http://localhost:3000, then you will see the Hello, Name! message. You can change the name variable in React to get a different message from flask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published