https://github.com/thuyencode/my-solid-daisyui-template
My personal Vite + Solid.js + DaisyUI template
https://github.com/thuyencode/my-solid-daisyui-template
daisyui solidjs template vite
Last synced: about 1 month ago
JSON representation
My personal Vite + Solid.js + DaisyUI template
- Host: GitHub
- URL: https://github.com/thuyencode/my-solid-daisyui-template
- Owner: thuyencode
- Created: 2024-01-06T14:23:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:27:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T02:25:13.229Z (11 months ago)
- Topics: daisyui, solidjs, template, vite
- Language: TypeScript
- Homepage: https://thuyencode.github.io/my-solid-daisyui-template/
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + Solid.js + DaisyUI + TS
This is my personal template and it includes:
- [Vite](https://vitejs.dev)
- [Tailwind CSS](https://tailwindcss.com)
- [DaisyUI](https://daisyui.com)
- [Solid.js](https://solidjs.com)
- Many ESLint rules
## Get started
Installation:
```bash
npm i
# If you prefer Bun
bun i
```
Run dev server:
```bash
npm run dev
# If you prefer Bun
bun dev
```