mocke

Rest API Mock built in Typescript.

Usage no npm install needed!

<script type="module">
  import mocke from 'https://cdn.skypack.dev/mocke';
</script>

README

Mocke

Rest API Mock built in Typescript.

Description

Mocke is a Mock that allows you to start a dynamic rest api to test and speed up the development of Frontend applications. Read docs for more information.

How to use

From command line

npx mocke

From source

# Clone project
git clone https://github.com/sammwyy/Mocke

# Install dependencies
yarn install

# Compile project
yarn build

# Start project
yarn start