# Get Started

FhyTS is a TypeScript-based web framework designed to be lightweight, modular, and flexible. With its clean architecture and support for dependency injection, middleware, and a simple routing system, FhyTS is suitable for building a wide range of web applications, from small to large.

## Minimum Requirements

* Node.js v18 or higher
* TypeScript v5 or higher
* A configured tsconfig.json file (recommended)

## Installation

To start using **FhyTS** in your project, simply install it via NPM:

```bash
npm install fhyts
```

> Make sure your project is using TypeScript and Node.js v18+.

## Next

After installation, you can [Creating Server](#create-server).