aboutsummaryrefslogtreecommitdiff
path: root/examples/build-scalajs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build-scalajs/README.md')
-rw-r--r--examples/build-scalajs/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/build-scalajs/README.md b/examples/build-scalajs/README.md
new file mode 100644
index 0000000..ecc4821
--- /dev/null
+++ b/examples/build-scalajs/README.md
@@ -0,0 +1,12 @@
+
+Compilation instructions
+-------------------------------------------
+1. `cbt compile`
+2. `cbt fastOptJS`
+
+Execution instructions
+-------------------------------------------
+2. `cd server`
+3. `npm install`
+4. `node app.js`
+5. Go to http://localhost:3000 in a browser \ No newline at end of file