mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
| .. | ||
| bin | ||
| .gitignore | ||
| a_bit_of_everything_service.spec.js | ||
| bower.json | ||
| echo_service.spec.js | ||
| gulpfile.js | ||
| index.html | ||
| package.json | ||
| README.md | ||
Browser example
This directory contains an example use of grpc-gateway with web browsers. The following commands automatically runs integration tests with phantomjs.
$ npm install -g gulp-cli
$ npm install
$ gulp
Other examples
Very simple example
Run
$ gulp bower
$ gulp backends
then, open index.html.
Integration test with your browser
Run
$ gulp serve
then, open http://localhost:8000 with your browser.