Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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