The project aims at building a full client / server application using very powerfull scala tools to construct fully typed and reactive Web apllications.
## Build & Run ##
```sh
...
...
@@ -8,7 +10,7 @@ $ sbt
> project ui
> toJS // Build the client JS files
> project server
> container:restart
> container:restart // Start the server
```
Then open [http://localhost:8080/](http://localhost:8080/) in your browser.