
This project is deprecated. Please refer to https://github.com/Ks89/angular-cli-skeleton
The Angular Webpack Skeleton project is a foundation for building Angular applications with modern tools and features. Although it's now deprecated and replaced by angular-cli-skeleton, it offers a robust setup for developers looking to get started with Angular 5, Webpack 3, and Bootstrap 4. This project allows for flexibility and experimentation with new Angular features while providing a solid base to build upon.
If you are interested in starting a new Angular project or updating an existing one, this skeleton structure provides essential tools and dependencies that facilitate a smooth development experience. Despite its deprecated status, the features and functionalities of this project make it a valuable reference point for developers.
The Angular Webpack Skeleton is a great starting point for developers looking to harness the power of Angular in a structured environment.

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.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
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.