Merge pull request #178 from okuryu/readme
Clarify getting started example
This commit is contained in:
@@ -156,7 +156,7 @@ do:
|
|||||||
```bash
|
```bash
|
||||||
$ mkdir -p 'dist/'
|
$ mkdir -p 'dist/'
|
||||||
$ curl 'localhost:8080' > 'dist/index.html'
|
$ curl 'localhost:8080' > 'dist/index.html'
|
||||||
$ curl 'localhost:8080/bundle.js' > 'dist/bundle.js'
|
$ curl 'localhost:8080/client.js' > 'dist/client.js'
|
||||||
```
|
```
|
||||||
All using a couple of shell commands and `.js` files, no grandiose boilerplate
|
All using a couple of shell commands and `.js` files, no grandiose boilerplate
|
||||||
needed.
|
needed.
|
||||||
|
|||||||
Reference in New Issue
Block a user