ScalaJS Template Engine
Prototype for compile-time safe JavaScript Template engine for building dynamic browser UI.
Made using PlayFramework server and ScalaJS.
Features
Compile-time safe client-side JavaScript. JavaScript is compiled from Scala code using ScalaJS.
Type safe communication between client and server.
Type safe component system for rendering dynamic UI.
Prerequisites
SBT
Running
Execute the following command from project root directory:
sbt run
This will create a local HTTP server on port 9000.
Navigate to localhost:9000 to see the example.