Boilerplate with a Flask backend and React frontend
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