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/cliOr locally in a project:
npm install --save-dev @mockly/cliIndependently the way you chose to install the tool, you should be able to use it just typing mockly to start the server:
$ mocklyLast updated
Was this helpful?