Skip to content

Instantly share code, notes, and snippets.

@stanch
Last active January 20, 2016 01:50
Show Gist options
  • Select an option

  • Save stanch/4e2fc8dae0f54f8ec1ee to your computer and use it in GitHub Desktop.

Select an option

Save stanch/4e2fc8dae0f54f8ec1ee to your computer and use it in GitHub Desktop.
Scala.js template for scala-js-fiddle
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