Skip to content

nikaose/Taxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Gow

A single-page web application for taxi. Built with Vue 3 and Vite. Live demo: kepnotaxi.pages.dev

📦 Technologies

🚀 Quick Start

  1. Clone the repository:

    git clone https://github.com/nikaose/Taxi.git
    cd Taxi
  2. Install dependencies:

    Make sure you have Node.js installed.

    npm install
  3. Start the development server:

    npm run dev

    The app will be available at http://localhost:5173/.

📁 Project Structure

Taxi/
├── public/         # Static files
├── src/            # Vue application source code
│   ├── assets/     # Images and styles
│   ├── components/ # UI components
│   └── App.vue     # Root component
├── index.html      # Main HTML file
├── package.json    # Dependencies and scripts
└── vite.config.js  # Vite configuration

🛠️ Scripts

  • npm run dev — start the development server
  • npm run build — build the project for production
  • npm run preview — preview the production build

Author: nikaose

About

Website for Taxi

Resources

Stars

Watchers

Forks

Contributors