Setup Axios
23 July 2023 (Updated 23 July 2023)
On this page
Install package
npm install axios
Create base instance
import axios from 'axios'
export const apiService = axios.create({})
A file at src/lib/apiService.ts
is a good place for this.
Tagged:
JavaScript tooling
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment