@@ -8,23 +8,34 @@ The project aims at building a small but complete client / server application us
-[scala.rx](https://github.com/lihaoyi/scala.rx)
-[autowire](https://github.com/lihaoyi/autowire)
as well as the [http://d3js.org/](D3.js) library.
as well as [scaladget](https://github.com/mathieuleclaire/scaladget) to take adavantage of the mapping of the [http://d3js.org/](D3.js) library.
This prototype exposes a Graph editor inspired from [http://bl.ocks.org/cjrd/6863459](http://bl.ocks.org/cjrd/6863459) javascript example.
## Build & Run##
## Build & Run##
First, build the javascript:
```sh
$ cd scalaTraJSTagsWireRx
$ sbt
> toJS // Build the client JS files
> container:restart // Start the server
> fullOptJS // Build the client JS files
```
Then move the generated js to the scalatra webapp directory (this operation should be done automatically and in a cleaner way to avoid to move some files in the server sources ...). Nevertheless, it gives the idea in the scope of this demo project.