###Complete Tutorial https://moizkachwala.github.io/angular2-express-gulp-node/
##Introduction
Basic Angular seed application created with Quick start application given on angular website.It uses Typescript language and also added support for Express server.
npm install
npm build
npm start
angular2-express
|-- node_modules
|-- client
|-- app
|-- app.component.ts
|-- main.ts
|-- typings
|-- index.html
|-- tsconfig.json
|-- typings.json
|-- server
|-- typings
|-- server.ts
|-- tsconfig.json
|-- typings.json
gulpfile.ts
package.json
tsconfig.json
tslint.json
- Angular 2
- TypeScript
- Gulp
- ExpressJS
- NodeJS
- Nodemon
- TsLint