Skip to content

Latest commit

 

History

History

axios

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

⚡ Axios example

This example demonstrates how to use the Axios library to fetch data from an API and use that data in a ⛺Tent component.

🚀 Usage

# -> Client

# Install dependencies
npm install

# Start the project
npm start
# -> Server

# Open a new terminal and start the server
cd ./server

# Install dependencies
npm install

# Start the server
npm start