First working example

This commit is contained in:
Aly 2019-01-13 13:52:27 -08:00
commit b52159a915
No known key found for this signature in database
GPG key ID: 555B7346639DDAC3
11 changed files with 920 additions and 0 deletions

1
project/build.properties Normal file
View file

@ -0,0 +1 @@
sbt.version = 1.2.8

2
project/plugins.sbt Normal file
View file

@ -0,0 +1,2 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")