Popularity
1.5
Stable
Activity
0.0
Stable
10
7
2

Programming language: Scala
License: GNU General Public License v3.0 or later

Widok alternatives and similar packages

Based on the "Reactive Web Frameworks" category.
Alternatively, view Widok alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Widok or a related project?

Add another 'Reactive Web Frameworks' Package

README

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