Mockly
  • About Mockly
  • Getting started
    • Install
    • How it works
    • Responses behaviour
    • Routes rewriting
    • Configuration
  • Extending Mockly
    • Custom controllers
Powered by GitBook
On this page

Was this helpful?

  1. Getting started

Install

Describes how to install Mockly

Install Mockly, as other CLI tools, is pretty straightforward. You can choose between install it globally:

npm install -g @mockly/cli

Or locally in a project:

npm install --save-dev @mockly/cli

Independently the way you chose to install the tool, you should be able to use it just typing mockly to start the server:

$ mockly

PreviousAbout MocklyNextHow it works

Last updated 5 years ago

Was this helpful?