#ng2-webpack-minimal A minimal Angular 2 Webpack-based seed project. This is the simplest possible setup for getting started with Angular 2 and Webpack. Its ideal for use as a learning playground for quickly trying out an idea or building a component.
Clone it and start using Angular 2 in seconds!
If you prefer SystemJs, check the equivalent ng2-minimal project.
#Installation After cloning the repo, run the following commands:
npm install
npm start
Open a browser at the following url:
http://localhost:8080
And there you have it, a minimal Angular 2 App up and running. You're all set!