Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wralith/solid-ts-tailwind
https://github.com/wralith/solid-ts-tailwind
solid solidjs-tem tailwind typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wralith/solid-ts-tailwind
- Owner: wralith
- License: mit
- Created: 2023-04-13T02:08:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:38:07.000Z (11 months ago)
- Last Synced: 2024-05-08T22:58:09.305Z (8 months ago)
- Topics: solid, solidjs-tem, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- Vite, Solid and TypeScript
- Tailwind
- ESLint, Prettier and few plugins + configurations## Usage
```bash
npx degit wralith/solid-ts-tailwind app # or . to clone current folder
cd app
pnpm install # or npm install or yarn install
```### Learn more about [Solid](https://github.com/solidjs/solid) on the [Solid Website](https://solidjs.com)
## Scripts
```bash
pnpm dev # runs the app in development mode and reload on edit
pnpm build # builds app for production to dist folder
pnpm lint # eslint .
pnpm lint:fix # with --fix to auto-fix
```