An open API service indexing awesome lists of open source software.

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

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
```