summaryrefslogtreecommitdiff
path: root/readme.md
blob: 0646b4cef7a5ddcc7f9d86b684491f5e8e1fbd7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Hands-on Scala.js
=================

Source code for [lihaoyi.github.io/hands-on-scala-js](http://lihaoyi.github.io/hands-on-scala-js)

To build, 

```
sbt book/run
```

And look in

```
book/target/output/index.html
```