Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huibizhang/template-vite-vanilla-tailwind-v3


https://github.com/huibizhang/template-vite-vanilla-tailwind-v3

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# template-vite-js-tailwind-v3

- **template of:** vite + vanilaJS
- **tailwindcss:** v3.x

## Started

```bash
yarn
# or `npm install`
```

---

## Develop

```bash
yarn dev
# or `npm run dev`
```

---

## Build

```bash
yarn build
# or `npm run build`
```

---