
:metal: A teeny tiny Angular (4 :tada:) seed to get your next great project booted. It is powered by great ideas and Webpack. It does AutoDLL, AoT, PostCss, Autoprefixer, and some other cool things.
Angular Preboot is an innovative boilerplate that serves as a powerful foundation for Angular applications. Built with a focus on maintaining high quality and ease of use, this boilerplate is crafted to streamline your development process. Its opinionated structure means that it prioritizes certain features while avoiding the complexity of trying to do everything under the sun, creating a sprightly environment for developers to work within.
With support for modern JavaScript features and a host of tools designed to enhance productivity, Angular Preboot is a compelling choice for both seasoned developers and newcomers looking to hit the ground running on their projects. Its strong community backing and adherence to best practices ensure that you can build, test, and deploy applications effectively.

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.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
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.