Skip to content

React application used in a presentation about Mockoon and it's features.

Notifications You must be signed in to change notification settings

vladjsvaz/mockoon-demo

Repository files navigation

Mockoon demo

This repository contains the code for the Mockoon demo presentation.

How to run

Mockoon UI version

If you want to use the UI version, you need to do this steps first.

  • Install Mockoon
  • Open Mockoon
  • Click Open environment
  • Select file-test.json in the mockoon folder
  • Click in Start server green icon
  • Click Open environment
  • Select todo-app.json in the mockoon folder
  • Click in Start server green icon

After this, open a new terminal and run

   $ npm i
   $ npm run dev

Mockoon CLI version

If you want to use the CLI version, you don't need to install Mockoon.

Open a new terminal and install the dependencies:

   $ npm i

Then start the mock server from the CLI, using:

   $ npm run mock

Open a new terminal and run:

   $ npm run dev

Open the page in http://localhost:5173/, and you should see a page like the one in the image below.

Page view

About

React application used in a presentation about Mockoon and it's features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published