Skip to content

cuppachino/vite-react-ts-tailwind-zustand

Repository files navigation

vite-react-ts-tailwind

GitHub stars GitHub issues GitHub license

alt text

Sandbox Template

preview the project here, or use it to jumpstart your next sandbox!

https://codesandbox.io/s/vite-react-tailwind-zustand-starter-6j51zp

Quick start

Create from template using GitHub CLI

gh repo create [<name>] -p Cuppachino/vite-react-ts-tailwind-zustand

Or clone locally

gh repo clone Cuppachino/vite-react-ts-tailwind-zustand [<directory>]

Install dependencies & start dev server

// YARN:
yarn
yarn dev
// NPM:
npm i
npm run dev

Info

Scripts

"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"

About

Simple Vite React-TS boilerplate. Uses Tailwind for CSS & Zustand for state management.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published