Steps to create Angular 2 project:
- Copy index.html to root dir.
- Create app folder.
- Copy app.component.ts to app folder.
- Copy app.modual.ts to app folder.
- Copy main.ts to app folder.
- Copy .gitignore to root dir.
- Copy package.json to root dir.
- Copy systemhs.config.js to root dir.
- Copy tsconfig.json to root dir.
- Copy gulpfile.js to root dir.
- $ npm install
- $ bower install
- gulp serve