Skip to content

Nauxscript/vitesse-lite-solid

Repository files navigation

Lightweight Vite Starter Template for Solid

English | 简体中文

Features

  • ⚡️ Solid, Vite 4, pnpm, ESBuild - born with fastness

  • 📦 Components auto importing

  • 🎨 UnoCSS - The instant on-demand atomic CSS engine.

  • 😃 Use icons from any icon sets in Pure CSS

  • ✅ Use Vitest for unit and components testing

  • 🦾 TypeScript, of course

  • ️⛰️ Deploy on Vercel, zero-config

  • 🧰 Integrated `solid-start,It provides the following features.

    • 🗂 File based routing
    • 📚 Supports all rendering modes: SSR \ CSR \ SSG \ Streaming SSR.
    • 💄 CSS Modules, SASS/SCSS Support
    • and much more features...

Note: This template must use Node 18 because `solid-start v0.3.x require it.

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit Nauxscript/vitesse-lite-solid my-solid-app
cd my-solid-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Credits