Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 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

** 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