From eef5f7e06db103a21d91b08e065f5962f65f8f59 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Thu, 19 Mar 2015 16:59:51 +0800 Subject: [PATCH] README - don't forget to build app before start Don't forget to build app before start HTTP server Closes #1014 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3593204481..461435c459 100644 --- a/README.md +++ b/README.md @@ -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: