Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 408 Bytes

Scala.js cross compile example

This is an example on how to cross compile code to Scala.js and Scala JVM.

To try it out, launch sbt and type:

sbt> fooJS/run
sbt> fooJVM/run

More information can be found in the Scala.js documentation and in the sbt-crossproject plugin documentation.