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:
Dmitry Patsura 2015-03-19 16:59:51 +08:00 committed by Misko Hevery
parent 83402930f2
commit eef5f7e06d
1 changed files with 1 additions and 0 deletions

View File

@ -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:
* JS:
* `$(npm bin)/gulp build.js.dev`, and
* `$(npm bin)/gulp serve.js.dev`, and
* open `localhost:8000/examples/src/hello_world/` in Chrome.
* Dart: