Skip to content

shipyard/react-flask-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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