Last active
January 20, 2016 01:50
-
-
Save stanch/4e2fc8dae0f54f8ec1ee to your computer and use it in GitHub Desktop.
Scala.js template for scala-js-fiddle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import scalatags.JsDom.all._ | |
| object ScalaJSExample extends js.JSApp { | |
| def main() = { | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment