Skip to content
vic

lolgab/scala-fullstack

Full stack skeleton project using Akka-http, Scala.js, Laminar, Sloth, Boopickle

lolgab/scala-fullstack.json
{
"createdAt": "2019-07-19T16:56:28Z",
"defaultBranch": "master",
"description": "Full stack skeleton project using Akka-http, Scala.js, Laminar, Sloth, Boopickle",
"fullName": "lolgab/scala-fullstack",
"homepage": null,
"language": "Scala",
"name": "scala-fullstack",
"pushedAt": "2020-09-01T19:51:02Z",
"stargazersCount": 15,
"topics": [],
"updatedAt": "2025-03-30T13:30:50Z",
"url": "https://github.com/lolgab/scala-fullstack"
}

Full stack Scala skeleton project using Akka-http, Scala.js, Laminar, Sloth, Boopickle.

It uses the Mill build tool.

To start the server:

Terminal window
./mill -watch jvm.runBackground

in another shell you need to generate the javascript output:

Terminal window
./mill -watch js.fastOpt

then you can open the served page at http://localhost:8080.