Skip to content

ndmanvar-prbuild/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