Skip to content

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

License

Notifications You must be signed in to change notification settings

jbkuczma/flask-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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