/scalajs-angulate-todomvc

TodoMVC using scalajs-angulate

Primary LanguageScalaMIT LicenseMIT

scalajs-angulate-todomvc

This is an implementation of the TodoMVC app using scalajs-angulate.

The client is an adaptation of the scalajs-angular-todomvc example written by Xavier Cho. The server is a simple akka-http application (using a tiny abstraction layer called surf).

Running the Application

$ sbt
> run

Open http://localhost:8081 in your browser.