This is a "ClickStart" that gets you going with the AngularJS "seed" project starting point. You can launch it here:
This will setup a continuous deployment pipeline - a Jenkins build running the test suite (on each commit) with Chrome and Firefox. Should it pass the tests, this seed app is deployed served up from a tiny node.js server (you can then clone and mess with it, or change the backend to what you need).
If you don't have a cloudbees account:
AngularJS home page is Here
The Angular-seed project is here
When you run this clickstart - you will have the latest version of the seed project running. You can then clone the repo that CloudBees creates for you, make your changes, and when you push back to git it will run the test suite, and deploy the app if all tests pass.
