How to setup flask with webpack

This page summarizes the projects mentioned and recommended in the original post on /r/flask

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker-flask-example

    A production ready example Flask app that's using Docker and Docker Compose.

    If you're curious I have an example app at https://github.com/nickjj/docker-flask-example and it hits all 3 of your bullet points. There's total separation between Webpack and Python and it also uses multi-stage builds to get your final bundled assets into your Python image without lugging around any Node dependencies.

  • docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • docker-rails-example

    A production ready example Rails app that's using Docker and Docker Compose.

  • docker-phoenix-example

    A production ready example Phoenix app that's using Docker and Docker Compose.

  • docker-node-example

    An example Node / Express app that's using Docker and Docker Compose.

  • docker-play-example

    A production ready example Play app that's using Docker and Docker Compose.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts