tree: 4bc0eb4364fad803fdd28bd40064c84103355e68 [path history] [tgz]
  1. db/
  2. deploy/
  3. scraping/
  4. testing/
  5. webserver/
  6. www/
  7. BUILD
  8. README.md
  9. scouting.sh
  10. scouting_test.protractor.on-prepare.js
  11. scouting_test.ts
  12. sql_demo.go
scouting/README.md

Scouting web server

The //scouting target runs the webserver and hosts all the web pages. Run it like so:

$ bazel run //scouting

You can customize the port like so:

$ bazel run //scouting -- --port 1234

See all options like this:

$ bazel run //scouting -- --help