ScalaJS web client along with API Server

I am building an API server which uses Http4s and I am trying to include a web client in the same repo using ScalaJS (this will share some of the code with the server like models etc). I referred to this scala-full-stack link. But the Main class in web-client extends JSApp and I am using scala-js 1.0.1 which does not seem to have the class scala.scalajs.js.JSApp. How should I go ahead from here?

1 Like