• Stars
    star
    10
  • Rank 1,742,593 (Top 36 %)
  • Language
    Scala
  • License
    Other
  • Created almost 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Client-server skeleton

Widok skeleton

Clone repository:

git clone [email protected]:widok/skeleton.git
cd skeleton

When deploying, set the following environment variable:

export DEPLOY=true

This enables optimisations and runs the server on port 80.

Compile assets:

sbt assets

Compile to JavaScript and start server:

sbt ~reStart

See also