Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/vite-solid-tailwind-starter
Starter using Vite + Solid + Tailwind CSS
https://github.com/wobsoriano/vite-solid-tailwind-starter
Last synced: 24 days ago
JSON representation
Starter using Vite + Solid + Tailwind CSS
- Host: GitHub
- URL: https://github.com/wobsoriano/vite-solid-tailwind-starter
- Owner: wobsoriano
- Created: 2021-07-02T14:52:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T11:11:23.000Z (over 2 years ago)
- Last Synced: 2024-08-02T07:13:09.539Z (3 months ago)
- Language: TypeScript
- Homepage: vite-solid-tailwind-starter.vercel.app
- Size: 64.5 KB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solid-js - Vite + Solid + TailwindCSS Starter
README
# Vite + Solid + Tailwind CSS starter
Inspired by [posva's](https://github.com/posva) [vite-tailwind-starter](https://github.com/posva/vite-tailwind-starter)
Note if you have access to [Tailwind UI](https://tailwindui.com), you can follow the following steps to add it:
1. Install `@tailwindcss/ui`:
```sh
yarn add @tailwindcss/ui
```2. Add the plugin in `tailwind.config.js` without changing anything else:
```js
// tailwind.config.js
module.exports = {
// ...
// rest of the config
plugins: [require('@tailwindcss/ui')],
}
```## Installation
```sh
yarn
```## Development
```sh
yarn dev
```## Build
```sh
yarn build
```