/angular2-express-gulp-node

Angular 2 - Quick start application with Express + Gulp + Type Script + Node

Primary LanguageTypeScriptMIT LicenseMIT

Angular2 with Gulp, Typescript, and Express Server

###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.

Steps to Run

    npm install
    npm build
    npm start

Project Structure

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

Dependencies

  1. Angular 2
  2. TypeScript
  3. Gulp
  4. ExpressJS
  5. NodeJS
  6. Nodemon
  7. TsLint