An open API service indexing awesome lists of open source software.

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.

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.