Angular2-starter-template

Starter Template for Angular JS-2

View the Project on GitHub akshaykhale1992/angular2-starter-template

Starter Template for Angular JS 2

A Starter template for Angular JS 2.

System Requirements

  1. NodeJS / npm get it from https://nodejs.org/en/

  2. Gulp to install Gulp Globally execute npm install --global gulp-cli

  3. Git get it from https://git-scm.com/

How to Start

Step 1: Clone the repository git clone https://github.com/akshaykhale1992/angular2-starter-template.git.

Step 2: Install the dependencies npm install

Step 3: Start the Project by executing gulp command gulp, done...

How it works?

The Project has package.json file which will be used by npm for installing dependencies and gulpfile.js which contains tasks for conversion of Typescript files into Javascript files and hosts the application on port 8020. Build folder has files for production server and typescript files are included in process folder.