tree: 51f3ee9006ad740b966d87361ddc2b0910dd9f47 [path history] [tgz]
  1. db/
  2. scraping/
  3. webserver/
  4. www/
  5. BUILD
  6. README.md
  7. scouting.sh
  8. scouting_test.protractor.on-prepare.js
  9. scouting_test.ts
  10. 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