mocke
v0.1.3
Published
Rest API Mock built in Typescript.
Downloads
6
Maintainers
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