Taking my initial steps towards Angular 2.0.
First thing is to set up the right environment for the development.
My index.html
npm install in the root project (it will create your node_modules from the dependencies mentioned in package.json file, should have those files as a start)
npm install
node_modules
package.json