Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Examples

axios-http is distributed with a few examples in its source code. Most of these examples are also on CodeSandbox.

All examples use parcel-js as this is the easiest way how to boot any demo app ;).

swapi-people app

Run the Example app example:

git clone https://github.com/hotell/axios-http.git

cd axios-http/examples/swapi-people-app
yarn install
yarn start

Or check out the sandbox.

This simple app demonstrates various axios-http library features like:

  • configuring HttpClient
  • using interceptors
  • rendering is via Preact ⚛️