Skip to content

jokade/scalajs-angulate-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.