Skip to content

geobas/AngulAir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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