Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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