kkonyshev / scalajs-angular-todomvc

TodoMVC example using scalajs-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS Binding for Scala.js Showcase

This is an example implementation of TodoMvc, which aims to showcase typical usuage of scalajs-angular library.

For more details, please refer to the documentation of the original project:

Most interesting parts of the project reside in the js sub-project, while the rest is a minimal Play application which is integrated with Scala.js using Vincent Munier's Sbt plugin.

This project is based on, and inspired by Jokade's original contribution linked below:

Runing the Application

$ sbt
> run
$ open http://localhost:9000

About

TodoMVC example using scalajs-angular

License:Apache License 2.0


Languages

Language:Scala 64.6%Language:CSS 26.4%Language:HTML 9.0%