Skip to content
forked from debloper/placebo

A bare minimal web-application designed for Selenium workshop

Notifications You must be signed in to change notification settings

anarang/placebo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample web application for PyCon Workshop

Steps to launch the application:
$ sudo yum install nodejs npm

$ git clone https://github.com/anarang/placebo
$ cd placebo/
$ npm install
$ npm start
 > app@0.0.1 start /work/github/test
 > node ./app.js

Visit http://localhost:8080/ to view the sample application.

Code for testing this application is available at: https://github.com/anarang/selenium

About

A bare minimal web-application designed for Selenium workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • CSS 44.8%