mitmproxy/web/README.md

17 lines
411 B
Markdown
Raw Normal View History

2018-03-20 17:33:51 +00:00
# Quick Start
**Be sure to follow the Development Setup instructions found in the README.md,
and activate your virtualenv environment before proceeding.**
2018-03-20 17:33:51 +00:00
- Run `yarn` to install dependencies
- Run `yarn run gulp` to start live-compilation.
2018-03-20 17:33:51 +00:00
- Run `mitmweb` and open http://localhost:8081/
## Architecture
There are two components:
- Server: [`mitmproxy/tools/web`](../mitmproxy/tools/web)
- Client: `web`