No need to specify port to parcel

This commit is contained in:
Alex Crichton 2018-01-30 08:06:05 -08:00
parent b75c0354b7
commit 322f52001e

View File

@ -175,7 +175,7 @@ $ wasm2es6js js_hello_world_wasm.wasm -o js_hello_world_wasm.js --base64
# Install parcel and run it against the index files we use below.
$ npm install -g parcel-bundler
$ parcel index.html -p 8000
$ parcel index.html
```
If you open that in a browser you should see a `Hello, world!` dialog pop up!