Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 380 Bytes

File metadata and controls

10 lines (8 loc) · 380 Bytes

scalajs-library-tips

Snippets and examples for an article on writing idiomatic JS libraries with ScalaJS

Building and running

sbt
fastOptJS

Then open target/scala-2.11/classes/index-fastopt.html in a browser and open the developer console to observe the output of a test program.