Skip to content

Nauxscript/vitesse-lite-solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 5, 2025
1e347e0 · Feb 5, 2025
Sep 2, 2023
Sep 27, 2024
Apr 7, 2023
Sep 27, 2024
Feb 2, 2023
Feb 2, 2023
Feb 3, 2023
Feb 2, 2023
Sep 27, 2024
Sep 27, 2024
Sep 27, 2024
Feb 5, 2025
Feb 5, 2025
Sep 2, 2023
Sep 27, 2024
Sep 27, 2024

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 SolidStart,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...

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