Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T15:29:59.000Z (over 6 years ago)
- Last Synced: 2024-10-12T10:18:49.542Z (25 days ago)
- Topics: boilerplate, flask, python, react
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 27
- Watchers: 2
- 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