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