Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 292 Bytes

Scala.JS & Native projects

Minimal configuration of Scala projects with js or native code

Project configuration

  • js: the Scala.js project
  • native: the Scala native project

How to run

Using a sbt shell, choose the project with:

project js|native

And then type:

run