
A starter project written in Python3 Flask and Angular-Material.
Flask-Angular-Starter is a powerful toolkit designed to streamline the development of your next hackathon project or side venture. This project marries a responsive single-page application (SPA) created with AngularJS and Material Design to a robust Python Flask REST API backend. If you’ve ever been bogged down by the tedium of setting up user authentication for a new application, this starter pack alleviates that pain by including both registration and login functionalities utilizing JSON Web Tokens.
With a focus on simplicity and efficiency, Flask-Angular-Starter empowers developers to effortlessly expand application capabilities. Gone are the days of tedious and verbose web service code; now you can enhance your project with ease, allowing you more time to innovate and create.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
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.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.