Starter Template for Angular JS-2
View the Project on GitHub akshaykhale1992/angular2-starter-template
A Starter template for Angular JS 2.
NodeJS / npm get it from https://nodejs.org/en/
Gulp to install Gulp Globally execute npm install --global gulp-cli
Git get it from https://git-scm.com/
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...
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
.