rstt-vite Tailwind Templates

Rstt Vite

Minimal React + SWC + TypeScript + Tailwind CSS + Vite + Vitest + Storybook + React Testing Library Template

React + SWC + TypeScript + Tailwind CSS + Vite

This template adds Tailwind CSS and personal development configurations to the react-swc-ts template, which provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

This template is perfect for demoing small React applications.

Installation

Note: Before proceeding, verify that you have pnpm installed on your machine.

# Scaffold your project with this template.
$ npx degit kenchandev/rstt-vite <project-name>
# Change the current working directory.
$ cd <project-name>
# Install dependencies.
$ pnpm install
# Initialize a new Git repository and enable Git hooks.
$ pnpm run prepare
# Spin up the Vite dev server.
$ pnpm run dev

Top categories

Loading Svelte Themes