https://github.com/jbkuczma/flask-react
Starter repo for creating a web app with React 16 and Flask
https://github.com/jbkuczma/flask-react
boilerplate flask python react
Last synced: 9 months ago
JSON representation
Starter repo for creating a web app with React 16 and Flask
- Host: GitHub
- URL: https://github.com/jbkuczma/flask-react
- Owner: jbkuczma
- License: mit
- Created: 2017-05-17T12:25:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T15:29:59.000Z (over 8 years ago)
- Last Synced: 2025-04-04T14:37:50.828Z (about 1 year ago)
- Topics: boilerplate, flask, python, react
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 27
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-react
Boilerplate with a Flask backend and React frontend
# Get started
git clone https://github.com/jbkuczma/flask-react.git
virtualenv flask-react (recommended)
cd flask-react
** In one tab **
sh setup.sh -> install frontend and backend dependencies and start the Flask server
** In another tab **
npm start -> start frontend development server