Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 474 Bytes

Basically project to play / compare ScalaJS vs pure Javascript.

1. compile examples

Open terminal. and execute:

cd {project root}
sbt
root/fastOptJS

It will generate javascript from scala code and put it to {project_dir}/root/target/scala-2.11/root-fastopt.js.

2. see result

Open {project root}/web/index.html in browser and play with app, press buttons, disable browser cache if you modifiyng scala project.

3. run tests

sbt
test