aboutsummaryrefslogblamecommitdiff
path: root/examples/build-scalajs/README.md
blob: ecc4821bcd65cccdf4e953ea3a5d8300941d73bc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                           
Compilation instructions
-------------------------------------------
1. `cbt compile`
2. `cbt fastOptJS`

Execution instructions
-------------------------------------------
2. `cd server`
3. `npm install`
4.  `node app.js`
5. Go to http://localhost:3000 in a browser