This example demonstrates how to use the Axios library to fetch data from an API and use that data in a ⛺Tent component.
# -> 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