Skip to content

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

License

Notifications You must be signed in to change notification settings

moizKachwala/angular2-express-gulp-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published