Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 913 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 913 Bytes

firstGame

Welcome to firstGame

This project is a simple game built using modern web technologies.

Technologies Used

  • React: A popular JavaScript library for building user interfaces.
  • Vite: A fast frontend build tool with features like Hot Module Reloading (HMR), optimized builds, and TypeScript support.

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository
git clone https://github.com/your-username/firstGame.git
  1. Navigate into the project directory
cd firstGame
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open your browser and visit http://localhost:3000 to see the app in action.
  • Hit run