Skip to content
Lauri Rooden edited this page Jun 8, 2021 · 3 revisions

LiteJS is a full-stack web framework in a tiny package. It is split into three main packages by designated install location:

  • litejs - Server and core libraries installed as dependencies
  • @litejs/ui - UI engine installed as devDependencies and bundled into your app
  • @litejs/cli - Command line tool installed as global package (or as devDependencies)

Build your first LiteJS app with in 5 minute Quick Start Guide.

LiteJS CLI – size

This command line tool help you to init, minimize, test, benchmark, and release your web app.

Clone this wiki locally