The React + Flask Template · Version Badge

A React starter project with Flask backend that works with Docker, Docker Compose, and Shipyard out of the box.

Includes

  • React - JavaScript library for building user interfaces
  • Material-UI - React components for faster and simpler web development
  • Flask - lightweight WSGI web application framework
  • Jinja + Bootstrap (from CDN)
  • uWSGI - entrypoint
  • Celery (with example heartbeat task configured) - distributed task queue
  • Flask-SQLAlchemy - ORM toolkit
  • LocalStack - fully functional local AWS cloud stack

Dependencies

Getting Started