Skip to content

A small framework for web apps using http4s+tapir+laminar. Currently for personal use but may grow into a thing later down the line.

Notifications You must be signed in to change notification settings

arturaz/scala-web-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Add this repository as a submodule to your project under the framework directory.

  2. Use it in your build.mill file:

// Import all the helpers from the `helpers.mill`
import $file.framework.{helpers => framework}

// Refer to the modules via `build.framework.shared`, etc.
//
// For example:
object appServerPrelude extends AppScalaModule {
  override def moduleDeps = Seq(appShared.jvm, build.framework.server)
}

About

A small framework for web apps using http4s+tapir+laminar. Currently for personal use but may grow into a thing later down the line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published