Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino committed Nov 15, 2023
1 parent 5acf706 commit 0379540
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@
4. Select the `build` folder.
7. Happy hacking.

## Webpack auto-reload and HRM

To make your workflow much more efficient this boilerplate uses the [webpack server](https://webpack.github.io/docs/webpack-dev-server.html) to development (started with `npm start`) with auto reload feature that reloads the browser automatically every time that you save some file in your editor.

You can run the dev mode on other port if you want. Just specify the env var `port` like this:

## Running a Websockify Proxy
```
$ PORT=6002 npm run start
$ npm i -g websockify
$ websockify 55688:80 api.twitter.com:443
```

## Packing
Expand Down

0 comments on commit 0379540

Please sign in to comment.