Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 367 Bytes

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

pip install -r requirements.txt
npm install

npm run watch -> watch for any jsx file changes with webpack
sh start.sh -> start flask server