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
- Host: GitHub
- URL: https://github.com/geobas/angulair
- Owner: geobas
- Created: 2015-05-29T20:09:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T15:50:13.000Z (over 9 years ago)
- Last Synced: 2025-05-23T04:43:18.701Z (10 months ago)
- Topics: angularjs, express-js, jasmine-tests, karma, nodejs, tutorial-code
- Language: JavaScript
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`