Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjoernricks/angular-tutorial

angular-tutorial
https://github.com/bjoernricks/angular-tutorial

Last synced: about 1 month ago
JSON representation

angular-tutorial

Awesome Lists containing this project

README

        

Installation
============

On Debian based systems node.js and the node package manger can be installed
with::

apt-get install nodejs npm

Afterwards the required node.js modules can be installed via::

npm install

Currently two modules are required:

* http-server - for serving the tutorial
* bower - to install the used JavaScript libraries (e.g. angularjs)

Afterwards bower install must be run::

./node_modules/bower/bin/bower install

Running
=======

To start the tutorial a simple web server can be used. E.g. the node.js
http-server::

./node_modules/http-server/bin/http-server -c-1 angular_tutorial

The option -c-1 will disable browser caching. With the option -p a port can be
specified. By default the http-server uses port 8080.

Also it can be run directly from github pages at::

http://bjoernricks.github.io/angular-tutorial/