Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 327 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 327 Bytes

@idrinth/api-bench/website

Description

Website made using React to show the ideas behind the API benchmark implementation portraying the provided README.

Installation

npm install

Running the app

# development
npm run start
# watch mode
npm run :dev
# production mode
npm run start:prod