Skip to content

sebastienwindal/AngularDirectivesHowTo

Repository files navigation

An Angular Directive Howto presentation.

follow along

Currently running it on a heroku instance: http://vast-reaches-2252.herokuapp.com.

It may take 15-20 sec to run if that instance was idle (free heroku instance goes to sleep after a few minutes of inactivities).

run it locally:

Get the code:

git clone https://github.com/sebastienwindal/AngularDirectivesHowTo.git

then from the AngularDirectivesHowTo folder, install local dependency :

npm install

The you have multiple options:

node

run from the AngularDirectivesHowTo folder

node web.js

and open http://localhost:5000/ on your brwoser.

Grunt

from the AngularDirectivesHowTo folder

grunt server

serve static pages

From the AngularDirectivesHowTo/app folder you can run a web server of your choice...

python -m SimpleHTTPServer

or if you have node-static installed (npm install -g node-static):

static

About

Angular Directives How To

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published