Skip to content

Commit

Permalink
Add proxy command, powered by ProxyPack (#19)
Browse files Browse the repository at this point in the history
* Add proxy command, powered by ProxyPack

This update adds a new command `proxy` to Zero. It is powered by
`@helpscout/proxypack`, allowing the user to launch a browser to serve
local proxied assets from Webpack.

* Add proxy to README

* Fix lint command

* Fix lint command in README [skip ci]
  • Loading branch information
Jon Quach authored Mar 13, 2019
1 parent 1f27abf commit a501a72
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ Commands:
bundle [options] Bundles project into single files with Rollup
contributors Generates markdown file with all contributors
format [options] Formats files with Prettier
link [options] Lints files with ESLint
lint [options] Lints files with ESLint
new Generate a new module
pre-commit Lints files before staging for commit
prestart Automatically install dependencies before starting
proxy Serves a browser proxy connected with proxypack
release Publish to npm
setup [options] Sets up tooling in project
test [options] Run test with Jest
Expand Down
Loading

0 comments on commit a501a72

Please sign in to comment.