README - don't forget to build app before start
Don't forget to build app before start HTTP server Closes #1014
This commit is contained in:
parent
83402930f2
commit
eef5f7e06d
|
@ -36,6 +36,7 @@ comments in the source `modules/examples/src/hello_world/index.js`.
|
||||||
You can build this example as either JS or Dart app:
|
You can build this example as either JS or Dart app:
|
||||||
|
|
||||||
* JS:
|
* JS:
|
||||||
|
* `$(npm bin)/gulp build.js.dev`, and
|
||||||
* `$(npm bin)/gulp serve.js.dev`, and
|
* `$(npm bin)/gulp serve.js.dev`, and
|
||||||
* open `localhost:8000/examples/src/hello_world/` in Chrome.
|
* open `localhost:8000/examples/src/hello_world/` in Chrome.
|
||||||
* Dart:
|
* Dart:
|
||||||
|
|
Loading…
Reference in New Issue