# angular-webpack **Repository Path**: mirrors_codecentric/angular-webpack ## Basic Information - **Project Name**: angular-webpack - **Description**: Example/seed project for AngularJS with webpack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AngularJS + webpack Project Template ======================================= This is a small example/seed project for using AngularJS with webpack. It demonstrates how to structure code by using CommonJS modules together with AngularJS' dependency injection mechanism. An accompanying blog post can be found at tba. Build ----- npm run build Development ----- npm run dev-server Tasks ------------ *implementing a validation directive:* * https://docs.angularjs.org/guide/forms *implement some unit tests with karma, jasmine*