Skip to content
Snippets Groups Projects
Select Git revision
  • 57343da0ccb11a86cc2a5965834ad7488b49702b
  • master default
2 results

README.md

Blame
  • user avatar
    Max Leuthäuser authored
    57343da0
    History
    README.md 686 B

    SCROLLBoot

    Small SCROLL boot demo application build with Scala to show how to use SCROLL (SCala ROLes Language) in your Scala project.

    Edit and develop:

    1. Install SBT (Scala Build Tool).

    2. Clone this repository.

    3. Set up your favorite IDE:

    3.1. For Intellij: run sbt gen-idea and open the generated project with Intellij.

    3.2. For Eclipse: run sbt eclipse and import the generated project with Eclipse.

    1. Run it with sbt run or directly with your IDE as Scala Application (src/main/scala/SCROLLBoot.scala).