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

https://github.com/geobas/angulair

Up and Running with AngularJS
https://github.com/geobas/angulair

angularjs express-js jasmine-tests karma nodejs tutorial-code

Last synced: 10 months ago
JSON representation

Up and Running with AngularJS

Awesome Lists containing this project

README

          

# AngulAir project

## "Up and Running with AngularJS"

## Installation

To get this server up and running, do the following:

* Install [Node](http://nodejs.org)
* Type `npm install` the first time to get the server's dependencies
* Type `node index.js` to start the server
* Go to [http://localhost:3000](http://localhost:3000) in your browser. The port number can be changed in `index.js` if necessary

## Run unit tests
Go to [http://localhost:3000/tests](http://localhost:3000/tests) in your browser or type `npm test`