8000 GitHub - serkanurganci/horse-racing-game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

serkanurganci/horse-racing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horse Racing Game 🏇

Prerequisites

Before you begin, ensure you have installed:

  • Node.js (Latest LTS version recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:
git clone [repository-url]
cd horse-racing-game
  1. Install dependencies:
npm install

Available Scripts

In the project directory, you can run:

  • npm run dev - Starts the development server
  • npm run build - Builds the app for production
  • npm run preview - Locally preview the production build

Project Structure

horse-racing-game/
├── src/                    # Source files
│   ├── assets/            # Static assets
│   ├── components/        # Reusable Vue components
│   ├── containers/        # Container components
│   ├── i18n/             # Internationalization files
│   ├── modules/          # Application modules
│   ├── store/            # Vuex store files
│   ├── utils/            # Utility functions
│   ├── views/            # Page components
│   ├── App.vue           # Root component
│   ├── main.js           # Application entry point
│   └── style.css         # Global styles
├── public/               # Public static assets
└── vite.config.js        # Vite configuration

Technologies

  • Vue 3 - The Progressive JavaScript Framework
  • Vite - Next Generation Frontend Tooling
  • Vuex - State Management Pattern + Library
  • Vue-i18n - Internationalization Plugin
  • TailwindCSS - Utility-first CSS Framework

Development

The project uses Vue 3's <script setup> syntax for components. For more information, check out the script setup documentation.

Releases

No releases published

Packages

No packages published
0