Skip to content

narottamgla/protractor-demo-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protractor-demo-site

Protractor demo site using angular.js

Project Description:

  • Project setup with node.js and angular.js

Setup:

  • Install Node (v6.x.x or later)
  • npm install to install the project dependencies

Run angular app:

  • node server.js in project root to start the app
  • and by default server will be started on 3000 port
  • Use http://localhost:3000 to see the application home page