This repository contains the code for the Mockoon demo presentation.
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 themockoon
folder - Click in Start server green icon
- Click Open environment
- Select
todo-app.json
in themockoon
folder - Click in Start server green icon
After this, open a new terminal and run
$ npm i
$ npm run dev
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.