Skip to content

botchagalupe/demo

 
 

Repository files navigation

AngularPRBuild

#Install dependencies:

npm install

#Host on a local server

python -m SimpleHTTPServer

Go to http://localhost:8000

PR Build does the following:

npm install
python -m SimpleHTTPServer &
FOO_PID=$!
sleep 10
curl localhost:8000
kill $FOO_PID
./node_modules/.bin/karma start karma.conf.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.8%
  • HTML 11.3%
  • CSS 10.4%
  • Shell 9.7%
  • Ruby 4.5%
  • Makefile 4.3%