tree: 28130b6d2781b9048aab60628e9c5a15414f8dc4 [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