Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.82 KB

README.md

File metadata and controls

75 lines (48 loc) · 1.82 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

This is a Tourism website based on Southeast Asia category, where you can find all type of places under the Southeast Asia category

Website Name: Voyago

Live Link : https://voyago-tourism.surge.sh/

Here are some features and characteristics of our website

Getting Started

  1. Clone the repository:

    git clone https://github.com/Mohib75/voyago-tourism.git
    
  2. Navigate to the project directory:

    cd your-repo-name
    
  3. Install dependencies:

    Using npm:

    npm install

    Using Yarn:

    yarn install
  4. Start the development server:

    Using npm:

    npm run dev

    Using Yarn:

    yarn dev
  5. Open your browser and visit:

    http://localhost:3000