Installation
Learn how to install and configure Mockario in your project.
Requirements
- Node.js 18 or higher
- npm or yarn
Installation
Mockario can be installed globally via npm:
Terminal
npm install -g @mockario/mockarioOr it can be used directly with npx:
Terminal
npx @mockario/mockario --versionNote
We recommend using npx to avoid global installations and always use the latest version.
Verification
To verify the installation was successful:
Terminal
npx @mockario/mockario --helpNext Steps
Now that you have Mockario installed, go to the Quick Start to create your first mock endpoint.
