This is a minimal udash setup with Bootstrap. There are only two files
example/Hello.scala
which contains "hello world" from https://udash.io/demo/helloindex.html
-
sbt
-
~fastOptJS
which generatesudash-example/target/scala-2.12/udash-example-fastopt.js
-
Point the browser at
index.html
found at the root of the project which links toudash-example-fastopt.js
like so<script type="text/javascript" src="./target/scala-2.12/udash-example-fastopt.js"></script>