Skip to content

CaryLandholt/tutorial-angularjs-coffeescript-ng-classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorial-angularjs-coffeescript-ng-classify

Tutorial files for https://www.youtube.com/watch?v=28gUTu9vnB4

Installing

Before running, you must install and configure the following one-time dependencies:

$ npm install -g gulp

Once the dependencies have been installed, enter the following in the terminal:

$ git clone git@github.com:CaryLandholt/tutorial-angularjs-coffeescript-ng-classify.git
$ cd tutorial-angularjs-coffeescript-ng-classify
$ npm install

Running

Enter the following in the terminal:

$ gulp

Now you can make changes to original/controller.coffee and with each save see the changes made by ng-classify in ng-classified/controller.coffee.

destination/controller.js contains the final JavaScript compiled code.