
NOTICE - this is deprecated. The Angular component router is under redesign and these samples are pre-RC1. - A small sample app for a blog entry (upcoming) on using Angular 2 routing and Http together - built on angular2-class-webpack - includes database using json-server, which emulates a backe...
The Angular2 Webpack Starter seed provides a straightforward entry point for developers looking to build applications with Angular2. It offers a robust framework that simplifies the setup and configuration process, enabling you to focus on the development of your app rather than wrestling with complex configurations. This quick start guide is designed to kick off your Angular2 project with the essential tools in place, making it an ideal choice for both beginners and experienced developers.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
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.