TodoMVC with Akka-http, Scala.js, Autowire and React.
This project is essentially a fork of Scalajs-React TodoMVC Example enhanced with a back-end and the proper sbt configuration for development/deployment.
model
: Shared Todo modelweb-client
: Scala.js/React clientweb-server
: Akka-http serverweb-static
: Static files
sbt ~web-server/re-start
sbt web-server/assembly
java -jar target/scala-2.11/web-server-assembly-1.0-SNAPSHOT.jar