Skip to content

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 install

Development

bash
npm run dev

Opens at http://localhost:5173.

Production Build

bash
npm run build

Outputs 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 lint

Tech Stack

TechnologyPurpose
React 19UI framework
Vite 7Build tool & dev server
Tailwind CSS 4Styling
vite-plugin-singlefileBundles everything into one HTML file

No external dependencies

The app uses no external UI libraries, backend, or database. Pure client-side React + localStorage.