aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-react-example/README.md
blob: 82936eb5437c9f5c7428834683099bafa9c2ed4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Compilation instructions
-------------------------------------------
1. `cd js`
2. `cbt compile` or `cbt fullOpt.compile`

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