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
In the project directory, you can run:
Runs the app in development mode using Vite.
Builds the app for production using TypeScript and Vite.
Lints the source code using ESLint.
Runs a local preview of the production build using Vite.
Starts the Storybook development server on port 6006.
Builds the Storybook for deployment.
Runs the tests with coverage using Vitest.
Runs the tests using Vitest.
Runs the tests with UI using Vitest.