scalajs-react-template
scalajs-react-template copied to clipboard
Basic skeleton app for scalajs-react and scalacss
localhost:12345 is only available if sbt shell is still running
Running the project with `sbt ~fastOptJS` and going to http://localhost:12345/index.html works perfectly fine. But refreshing the page doesn't work, since I'm immediately redirected to http://localhost:12345/scalajs-react-template/, which doesn't exist, so each...
Hi, I'm trying to run the project, but faced an issue: ``` [info] Running scalajsreact.template.ReactApp org.mozilla.javascript.EcmaError: TypeError: Cannot call method "createElement" of undefined (Lscalacss_ScalaCssReactFns$.sjsir#13) ``` Could you help me to...
i tried sbt container:start Or run or runMain or jetty:start none of them works. sbt run show me these errors > run > [info] Running scalajsreact.template.ReactApp > org.mozilla.javascript.EcmaError: TypeError: Cannot...
Hi friend, I think it might be worth adding some basic unit tests to help guide folks on how to setup a more "complete" application. As a newcomer to scala.js...