geobas / AngulAir

Up and Running with AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngulAir project

"Up and Running with AngularJS"

Installation

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

  • Install Node
  • 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 in your browser. The port number can be changed in index.js if necessary

Run unit tests

Go to http://localhost:3000/tests in your browser or type npm test

About

Up and Running with AngularJS


Languages

Language:JavaScript 70.5%Language:HTML 29.5%