Skip to content

raftalks/ng-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-starter

Quick Start

Install Node.js and Git and install Bower and Gulp (if they are not installed), then do the following steps:

$ git clone git://github.com/raftalks/ng-starter
$ cd ng-starter
$ npm install
$ gulp watch

gulp tasks available

These are some of the tasks that you can run.

  • gulp watch
  • gulp build
  • gulp compile

Enjoy!