Skip to content

jwstegemann/proceed

Repository files navigation

Build Status Scala.js

Proceed

a scala libary for creating user interfaces in javascript like React build with Scala.js

The development version

Checkout project an run sbt ~fastOptJS in the project. This should download dependencies and prepare the relevant javascript files. If you open http://localhost:12345/target/scala-2.11/classes/index-dev.html in your browser, it will show you your running code in AppJS. You can then edit the application in AppJS and see the updates be sent live to the browser without needing to refresh the page.

The optimized version

Run sbt ~fullOptJS and open up http://localhost:12345/target/scala-2.11/classes/index-opt.html for an optimized (~200kb) version of the final application, usefull for final publication.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages