Getting Started
Quick Start
You don't need to install anything to use the app. Just download the HTML file or open the app online.
The instructions below are for setting up the development environment.
Prerequisites
- Node.js 18+
- npm
Installation
bash
git clone https://github.com/mateuszbialowas/grafik-sterylizacja.git
cd grafik-sterylizacja
npm installDevelopment
bash
npm run devOpens at http://localhost:5173.
Production Build
bash
npm run buildOutputs a single dist/index.html file (~280 KB) that can be opened directly in a browser or hosted on any static server.
Linting
bash
npm run lintTech Stack
| Technology | Purpose |
|---|---|
| React 19 | UI framework |
| Vite 7 | Build tool & dev server |
| Tailwind CSS 4 | Styling |
| vite-plugin-singlefile | Bundles everything into one HTML file |
No external dependencies
The app uses no external UI libraries, backend, or database. Pure client-side React + localStorage.