Skip to content

sonenko/scala-js-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published