Commit 76b41584 authored by Mathieu leclaire's avatar Mathieu leclaire

Explain project

parent 57e46fb7
# ScalaTraJSTagsWireRx # # ScalaTraJSTagsWireRx #
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 ## ## Build & Run ##
```sh ```sh
...@@ -8,7 +10,7 @@ $ sbt ...@@ -8,7 +10,7 @@ $ sbt
> project ui > project ui
> toJS // Build the client JS files > toJS // Build the client JS files
> project server > project server
> container:restart > container:restart // Start the server
``` ```
Then open [http://localhost:8080/](http://localhost:8080/) in your browser. Then open [http://localhost:8080/](http://localhost:8080/) in your browser.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment