aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d4ff57df8e969f40b59d477e8160f5fc6b9d5e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Reading
=======

Getting started
---------------

Client:

``` sh
sbt "~fastOptJS"
```

Server:

``` sh
(cd target/scala-2.12; python -m http.server 9000)
```

Open your browser at http://localhost:9000/classes/index-dev.html

Build
-----

``` sh
sbt fullOptJS
```

With nix
--------

Install nix and follow the instructions:

``` sh
curl https://nixos.org/nix/install | sh
```

Dev environment:

``` sh
./dev
```