Just run gulp as usual to start serving the app on localhost:9000
$ gulp
[19:13:46] Using gulpfile ~/work/go/src/github.com/bazooka-ci/bazooka/web/gulpfile.js
[19:13:46] Starting 'css:sass'...
[19:13:46] Finished 'css:sass' after 15 ms
[19:13:46] Starting 'serve'...
[19:13:46] Finished 'serve' after 26 ms
[19:13:46] Starting 'default'...
[19:13:46] Finished 'default' after 87 ms
[19:13:46] Server started http://localhost:9000
[19:13:46] LiveReload started on port 35729
As a bonus, we also get LiveReload for free !
Just run gulp as usual to start serving the app on localhost:9000