This project provides an interface to retrieve results from an Watchman service search endpoint.
This project was bootstrapped with Create React App and the available scripts were modified.
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the application, producing bundles of the frontend assets, making the application ready to serve in a production environment.
Serves the bundled application and proxies api requests to the Watchman search endpoint.
By default, the server will start on port 3000
. Setting the HTTP_BIND_ADDRESS
environment variable will override this value.
Runs the latest docker image of the Watchman server as recommended in the main README. This is a convenience script and is not required if the server is already running.
By default, the api proxy will forward requests to http://localhost:8084. Setting the WATCHMAN_ENDPOINT
environment variable will override this value.
You can learn more in the Create React App documentation.