https://github.com/harshpatel44/starter-code-for-react-flask
This Repository contains the starter code for working with React as frontend and Flask as backend framework.
https://github.com/harshpatel44/starter-code-for-react-flask
Last synced: 2 months ago
JSON representation
This Repository contains the starter code for working with React as frontend and Flask as backend framework.
- Host: GitHub
- URL: https://github.com/harshpatel44/starter-code-for-react-flask
- Owner: Harshpatel44
- Created: 2020-07-24T04:00:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T07:53:07.000Z (over 4 years ago)
- Last Synced: 2025-01-24T15:41:49.178Z (4 months ago)
- Language: JavaScript
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Starter-code-for-React-Flask
This Repository contains the starter code for working with React as frontend and Flask as backend framework.
"npm modules" folder is removed, which can be created with command "npm install" in React.
This code shows the post request from React to Flask and returning back the response.
Both React and Flask are running on the same server, hence Flask renders React pages.