aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-react-example/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:12:41 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:38:45 +0800
commit63d77017a205a394e604ec9f943d0ef6d2511ef4 (patch)
tree072287c838bdd75373c959724e7025c2a404845c /examples/scalajs-react-example/README.md
parent66b668b9cdcefcbdb5db1b3e8a0d9adb08b608ff (diff)
downloadcbt-63d77017a205a394e604ec9f943d0ef6d2511ef4.tar.gz
cbt-63d77017a205a394e604ec9f943d0ef6d2511ef4.tar.bz2
cbt-63d77017a205a394e604ec9f943d0ef6d2511ef4.zip
refactor scalajs to make use of nested builds for scoping
Diffstat (limited to 'examples/scalajs-react-example/README.md')
-rw-r--r--examples/scalajs-react-example/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/scalajs-react-example/README.md b/examples/scalajs-react-example/README.md
index 74e015a..82936eb 100644
--- a/examples/scalajs-react-example/README.md
+++ b/examples/scalajs-react-example/README.md
@@ -1,11 +1,12 @@
Compilation instructions
-------------------------------------------
-1. `cbt fastOptJS`
+1. `cd js`
+2. `cbt compile` or `cbt fullOpt.compile`
Execution instructions
-------------------------------------------
-1. `cd server`
+1. `cd ../server`
2. `npm install`
3. `node app.js`
-4. Go to http://localhost:3000 in a browser \ No newline at end of file
+4. Go to http://localhost:3000 in a browser