Skip to content

mabry1985/React-Tailwind-Vite-TS-Starter

Repository files navigation

React-Tailwind-Vite-TS-Starter

Get up and running with this powerful stack. Now with Storybook!

  • React - A JavaScript library for building user interfaces
  • Vite - A build tool and development server that focuses on speed and simplicity
  • TypeScript - A typed superset of JavaScript that adds optional static types
  • Storybook - A tool for developing UI components in isolation
  • Vitest - A test runner for Vite projects
  • ESLint - A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript
  • Prettier - An opinionated code formatter
  • Tailwind CSS - A utility-first CSS framework for rapid UI development

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in development mode using Vite.

npm run build

Builds the app for production using TypeScript and Vite.

npm run lint

Lints the source code using ESLint.

npm run preview

Runs a local preview of the production build using Vite.

npm run storybook

Starts the Storybook development server on port 6006.

npm run build-storybook

Builds the Storybook for deployment.

npm run coverage

Runs the tests with coverage using Vitest.

npm run test

Runs the tests using Vitest.

npm run test:ui

Runs the tests with UI using Vitest.

About

Get up and running with this powerful stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published