1# Browser example
2
3This directory contains an example use of grpc-gateway with web browsers.
4The following commands automatically runs integration tests with phantomjs.
5
6```shell-session
7$ npm install -g gulp-cli
8$ npm install
9$ gulp
10```
11
12## Other examples
13
14### Very simple example
15Run
16```shell-session
17$ gulp bower
18$ gulp backends
19```
20
21then, open `index.html`.
22
23
24### Integration test with your browser
25
26Run
27```shell-session
28$ gulp serve
29```
30
31then, open `http://localhost:8000` with your browser.
32