Skip to content

Repository files navigation

Alcohol Purchase Frontend

A React + TypeScript frontend application built with Vite.

Tech Stack

  • React 18
  • TypeScript 5.6
  • Vite 5.4
  • ESLint 9

Getting Started

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm

Install dependencies

npm install

Development

Start the dev server with hot module replacement:

npm run dev

Build

npm run build

Preview production build

npm run preview

Lint

npm run lint

Project Structure

src/
├── App.tsx        # Root component
├── App.css        # Root component styles
├── main.tsx       # Application entry point
└── index.css      # Global styles

Releases

Packages

Contributors

Languages