# ReactFlask **Repository Path**: microl/ReactFlask ## Basic Information - **Project Name**: ReactFlask - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-23 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Server-side Rendering (SSR) with React and Flask Assuming all necessary python libaries have been installed i.e. flask, virtualenv ``` $ npm install $ npm run build:webpack $ npm run start:python or python server.py ``` http://localhost:3030/src/ * [Why SSR?](https://medium.com/@olayenca/server-side-rendering-ssr-with-react-and-flask-47e589e1051f) * Find Deployment options [here](https://flask.palletsprojects.com/en/1.1.x/deploying/)