Getting Started
Installation
Install TypeServe in your project in seconds
Installation
TypeServe is installed as a development dependency in your project.
Install with npm
npm install -D typeserveInitialize Configuration
After installation, initialize your configuration file:
npx typeserve initThis creates a typeserve.config.ts file in your project root with default settings. If the file already exists, you'll be prompted to confirm before overriding.
Verify Installation
You can verify TypeServe is installed correctly:
npx typeserve --version