ThoughtWorksInc / Binding.scala

Reactive data-binding for Scala
https://javadoc.io/page/com.thoughtworks.binding/binding_2.13/latest/com/thoughtworks/binding/index.html
MIT License
1.59k stars 108 forks source link

Update example of Scala.js application in README.md #161

Open glmars opened 5 years ago

glmars commented 5 years ago

Step 4 & 5 are outdated. It's recommended to use any object with a standard main method and scalaJSUseMainModuleInitializer := true.

Please, see https://www.scala-js.org/doc/project/building.html ("Actually do something")