flask-react icon indicating copy to clipboard operation
flask-react copied to clipboard

Starter repo for creating a web app with React 16 and Flask

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