
A basic boilerplate to start an Angular 2 (Beta) App. Includes Gulpfile to compile Typescript and SCSS.
The Angular 2 Beta Boilerplate is a simple repository that allows developers to quickly start developing Angular 2 applications. Derived from the official Angular 2 Documentation, this boilerplate provides the necessary setup to get started with Angular 2 immediately. This boilerplate assumes that Typescript and npm are already installed on the developer's machine.
The Angular 2 Beta Boilerplate provides developers with a simple and reliable setup for starting Angular 2 development. With its straightforward installation process and features like automatic refreshing, it allows developers to quickly get started and see their changes in real-time.

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.
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.