Skip to content

vermaharsh/learn-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-angular

Learning angular with typescript using gulp, npm and bower

Setup

The entire project is based on this nice blog TypeScript, AngularJS, Gulp and Bower in Visual Studio 2015 with minor modifications so that Visual Studio is not required.

You need to setup following in order to use this project:

  • node + npm
  • bower
  • gulp
  • typescript
  • typings

The above blog provides detail for installing each of them except typings, though you can follow the official typings npm package page for instructions to install it.

Build

You need to install all the required packages locally before building the project. To do so run the following commands from your git project root folder.

  1. Install bower components
    $bower install

  2. Install TypeScript definitions
    $typings install

  3. Install package dependencies
    $npm install

Now, you can run the gulp build task to build the project. It will place the built files under .build folder under the root folder of the git project.
$gulp build

ENJOY!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published