Usage: create fast prototypes, solve test tasks or start a new project with minimal initial setup.
- React (v19)
- TypeScript
- Vite
- Tailwind CSS
- UI Library: shadcn/ui with Radix UI - accessible UI components built with Radix primitives.
- ESLint
- Prettier
Install dependencies:
npm installRun dev mode:
npm run devThen open http://localhost:5173 page in your browser.
npm run buildSee "dist" folder for results.
To run the production build:
npm run previewnpm run tsnpm run lint