Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 379 Bytes

File metadata and controls

24 lines (17 loc) · 379 Bytes

Covers all scenarios of http requests

Father + Axios

Development

# install dependencies
$ yarn install

# develop library by docs demo
$ yarn start

# build library source code
$ yarn run build

# build library source code in watch mode
$ yarn run build:watch

# build docs
$ yarn run docs:build

# check your project for potential problems
$ yarn run doctor