Installation
Install Fakelab as a development dependency in your project.
npm
npm install fakelab --save-dev
pnpm
pnpm add -D fakelab
yarn
yarn add -D fakelab
Requirements
- Node.js >= 18
- TypeScript (for type definitions)
Verify Installation
After installation, verify that Fakelab is installed correctly:
npx fakelab --version
You should see the version number printed to the console.
Next Steps
- Configuration - Learn how to configure Fakelab
- Quick Start - Get started with your first mock server