
Updated starter app for Flask apps with an Angular2 frontend. Hot module reload, docker support.
The Flask-Angular2-Starter app is a robust starting point for developers looking to create modern web applications with a Flask backend and an Angular2 frontend. This setup combines powerful tools and frameworks, making it easier for developers to manage and scale their applications. With full Docker support and features like hot module reloading, it is designed to enhance productivity during the development process.
Developers will find a well-organized application structure, with a clear separation between the backend and frontend components. This approach not only improves maintainability but also streamlines the setup process for those looking to start a new project with Flask and Angular2.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.