Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjoernricks/angular-tutorial
angular-tutorial
https://github.com/bjoernricks/angular-tutorial
Last synced: about 1 month ago
JSON representation
angular-tutorial
- Host: GitHub
- URL: https://github.com/bjoernricks/angular-tutorial
- Owner: bjoernricks
- License: mit
- Created: 2015-02-20T11:53:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T15:49:31.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T04:06:48.770Z (over 1 year ago)
- Language: HTML
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/