Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 590 Bytes

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.