Skip to content

jcorbett/flask-react

 
 

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

pip install -r requirements.txt
npm install

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

About

Flask and React boilerplate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 35.3%
  • HTML 24.3%
  • CSS 24.1%
  • Python 13.6%
  • Shell 2.7%