aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-plain-example/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:21:43 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 17:38:45 +0800
commit0d1b7e92ada02c5149abefdbc8e70d02241951ca (patch)
treeefba968c647bb7185fdae711fac26c1306248f02 /examples/scalajs-plain-example/README.md
parent63d77017a205a394e604ec9f943d0ef6d2511ef4 (diff)
downloadcbt-0d1b7e92ada02c5149abefdbc8e70d02241951ca.tar.gz
cbt-0d1b7e92ada02c5149abefdbc8e70d02241951ca.tar.bz2
cbt-0d1b7e92ada02c5149abefdbc8e70d02241951ca.zip
Add small and simple scala js example
Diffstat (limited to 'examples/scalajs-plain-example/README.md')
-rw-r--r--examples/scalajs-plain-example/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/scalajs-plain-example/README.md b/examples/scalajs-plain-example/README.md
new file mode 100644
index 0000000..280a555
--- /dev/null
+++ b/examples/scalajs-plain-example/README.md
@@ -0,0 +1,9 @@
+
+Compilation instructions
+-------------------------------------------
+1. `cd js`
+2. `cbt compile` or `cbt fullOpt.compile`
+
+Execution instructions
+-------------------------------------------
+1. open `server/public/index.html` in a browser