Docs
Search

Minimal

Starters with only Lism CSS set up and a minimal page. The content is the same across stacks, so pick the tooling you want to use. Suited for quick experiments or as a base for building your own setup from scratch.

AstroVite + React
↓
Install command

Pick a stack through the interactive flow.

$ npm create lism@latest -- --template minimal --lang en

Or specify a stack directly:

$ npm create lism@latest -- --template minimal-astro --lang en
$ npm create lism@latest -- --template minimal-vite --lang en