tree: c586b9ea0c7ec24236241187b87a038bd48d234b [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