Wanderer's Marketplace is an innovative platform designed to connect global shoppers with travelers who can purchase and deliver items from overseas. Wanderer's Marketplace taps into the power of community to make international shopping easier, more accessible, and personal.
This is the frontend part of the project, built with Vue.js.
To set up Vue.js on your local machine, follow these steps:
-
Install Vue CLI Globally
The Vue CLI is a command-line tool that helps you to scaffold and manage projects built with Vue.js.
npm install -g @vue/cli # OR yarn global add @vue/cli
To get started with the Vue app, run the following commands:
# Navigate to the frontend directory
cd "Wanderer's Marketplace"
# Install dependencies
npm install
# Serve with hot reload at localhost:8080
npm run dev
# Navigate to the backend directory
cd my-stripe-backend
# Install dependencies
npm install
# Start the server
node index.js